Skip to content

Commit 85dba8a

Browse files
authored
DAJN-27: Bump Node.js to 16.19.0 & add 18.13.0 (#47)
1 parent adb1768 commit 85dba8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3232
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
3333
&& source ~/.bashrc \
3434
&& 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
35+
&& nvm install 16.19.0 \
36+
&& nvm install 18.13.0 \
37+
&& nvm install 14.20.0
38+
39+
# for loading profile, to make nvm available for sh
3940
ENV ENV='$HOME/.profile'
4041
# hadolint ignore=SC1091
4142
RUN export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh"

0 commit comments

Comments
 (0)