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 a17f0f2 commit fd61446Copy full SHA for fd61446
Dockerfile
@@ -32,8 +32,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
32
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
33
&& source ~/.bashrc \
34
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35
- && nvm install 16.19.1 \
36
- && nvm install 18.15.0 \
+ && nvm install 16.20.1 \
+ && nvm install 18.17.0 \
37
&& nvm install 14.21.3
38
39
# for loading profile, to make nvm available for sh
0 commit comments