Skip to content

Commit d77f59d

Browse files
committed
Attempt fix for node 24
1 parent 07543bb commit d77f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV MISE_CACHE_DIR="/mise/cache"
1616
ENV MISE_INSTALL_PATH="/usr/local/bin/mise"
1717
ENV PATH="/mise/shims:$PATH"
1818
RUN curl https://mise.run | sh
19-
RUN mise self-update
19+
RUN gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356
2020

2121
# Install Node.js, Python, and Go.
2222

0 commit comments

Comments
 (0)