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.
1 parent f33f60b commit 50370d5Copy full SHA for 50370d5
1 file changed
Dockerfile
@@ -34,9 +34,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
34
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
35
&& source ~/.bashrc \
36
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37
- && nvm install 20.19.0 \
38
- && nvm install 22.14.0 \
39
- && nvm install 24.12.0
+ && nvm install 20.20.0 \
+ && nvm install 22.22.0 \
+ && nvm install 24.13.0
40
41
# for loading profile, to make nvm available for sh
42
ENV ENV='$HOME/.profile'
0 commit comments