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 150e1f0 commit 6e24505Copy full SHA for 6e24505
Dockerfile
@@ -36,10 +36,8 @@ 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 14.21.3 \
38
&& nvm install 16.20.2 \
39
- && nvm install 18.20.1 \
40
&& nvm install 18.20.4 \
41
- && nvm install 20.14.0 \
42
- && nvm install 20.15.1
+ && nvm install 20.18.0
43
44
# for loading profile, to make nvm available for sh
45
ENV ENV='$HOME/.profile'
0 commit comments