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 adb1768 commit 85dba8aCopy full SHA for 85dba8a
Dockerfile
@@ -32,10 +32,11 @@ 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.18.1 \
36
- && nvm install 14.20.0 \
37
- && nvm install 10.24.1
38
-#for loading profile, to make nvm available for sh
+ && nvm install 16.19.0 \
+ && nvm install 18.13.0 \
+ && nvm install 14.20.0
+
39
+# for loading profile, to make nvm available for sh
40
ENV ENV='$HOME/.profile'
41
# hadolint ignore=SC1091
42
RUN export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh"
0 commit comments