Skip to content

Commit 949bf09

Browse files
authored
DAJN-42 Nodejs security updates (#110)
1 parent 6ec1c71 commit 949bf09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 14.21.3 \
3838
&& nvm install 16.20.2 \
39-
&& nvm install 18.19.1 \
40-
&& nvm install 20.11.1
39+
&& nvm install 18.20.1 \
40+
&& nvm install 20.12.1
4141

4242
# for loading profile, to make nvm available for sh
4343
ENV ENV='$HOME/.profile'

0 commit comments

Comments
 (0)