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.
2 parents 609b80b + 21d8348 commit 5ab5b19Copy full SHA for 5ab5b19
Dockerfile
@@ -34,12 +34,10 @@ 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 14.21.3 \
38
- && nvm install 16.20.2 \
39
&& nvm install 18.20.7 \
40
&& nvm install 20.19.0 \
41
&& nvm install 22.14.0 \
42
- && nvm install 24.10.0
+ && nvm install 24.11.0
43
44
# for loading profile, to make nvm available for sh
45
ENV ENV='$HOME/.profile'
0 commit comments