Skip to content

Commit fd61446

Browse files
authored
DAJN-34: Bump nodejs to latest LTS (#71)
1 parent a17f0f2 commit fd61446

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
@@ -32,8 +32,8 @@ 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.19.1 \
36-
&& nvm install 18.15.0 \
35+
&& nvm install 16.20.1 \
36+
&& nvm install 18.17.0 \
3737
&& nvm install 14.21.3
3838

3939
# for loading profile, to make nvm available for sh

0 commit comments

Comments
 (0)