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 7694e26 commit 3decf5fCopy full SHA for 3decf5f
Dockerfile
@@ -35,7 +35,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
35
&& source ~/.bashrc \
36
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37
&& nvm install 16.20.2 \
38
- && nvm install 18.18.2 \
+ && nvm install 18.19.1 \
39
&& nvm install 14.21.3
40
41
# for loading profile, to make nvm available for sh
0 commit comments