Skip to content

Commit 7e5423a

Browse files
authored
Update Dockerfile
1 parent 5ccade2 commit 7e5423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

30.x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM nixos/nix
88

99
# Install Emacs
1010
RUN nix-channel --update
11-
RUN nix-env -iA "emacs-30-1" -f "https://github.com/purcell/nix-emacs-ci/archive/master.tar.gz"
11+
RUN nix-env -iA "emacs-30-2" -f "https://github.com/purcell/nix-emacs-ci/archive/master.tar.gz"
1212

1313
# Install jcs-emacs
1414
RUN nix-env --install git

0 commit comments

Comments
 (0)