Skip to content

Commit dea156a

Browse files
authored
bump nodejs (#125)
1 parent d0bd25c commit dea156a

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
@@ -37,9 +37,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3737
&& nvm install 14.21.3 \
3838
&& nvm install 16.20.2 \
3939
&& nvm install 18.20.1 \
40-
&& nvm install 18.20.3 \
40+
&& nvm install 18.20.4 \
4141
&& nvm install 20.14.0 \
42-
&& nvm install 20.15.0
42+
&& nvm install 20.15.1
4343

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

0 commit comments

Comments
 (0)