We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 127b955 + 169ba47 commit 08210e2Copy full SHA for 08210e2
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
36
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37
&& nvm install 20.20.0 \
38
&& nvm install 22.22.0 \
39
- && nvm install 24.13.0
+ && nvm install 24.14.1
40
41
# for loading profile, to make nvm available for sh
42
ENV ENV='$HOME/.profile'
0 commit comments