diff --git a/CHANGELOG.md b/CHANGELOG.md index 92dceb4..b2f3d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.15.0 (2024-02-04) + +* Emacs version is `29.1-r3` +* Update base image to `alpine:3.19.1` + ## 1.14.0 (2022-12-04) * Emacs version is `28.2-r0` diff --git a/init.org b/init.org index 7f7334e..2bf3b06 100644 --- a/init.org +++ b/init.org @@ -81,7 +81,7 @@ alias dockemacs=' -v $HOME:/mnt/workspace \ -v emacs_data:/home/emacser/.emacs.d \ -v /etc/localtime:/etc/localtime:ro \ - afsmnghr/dockemacs:1.14.0 startup + afsmnghr/dockemacs:1.15.0 startup ' #+end_src