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 d0bd25c commit dea156aCopy full SHA for dea156a
Dockerfile
@@ -37,9 +37,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
37
&& nvm install 14.21.3 \
38
&& nvm install 16.20.2 \
39
&& nvm install 18.20.1 \
40
- && nvm install 18.20.3 \
+ && nvm install 18.20.4 \
41
&& nvm install 20.14.0 \
42
- && nvm install 20.15.0
+ && nvm install 20.15.1
43
44
# for loading profile, to make nvm available for sh
45
ENV ENV='$HOME/.profile'
0 commit comments