Skip to content

Commit 7cd8615

Browse files
committed
DAJN-47 bump node version to 24.11.0
1 parent 609b80b commit 7cd8615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3939
&& nvm install 18.20.7 \
4040
&& nvm install 20.19.0 \
4141
&& nvm install 22.14.0 \
42-
&& nvm install 24.10.0
42+
&& nvm install 24.11.0
4343

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

0 commit comments

Comments
 (0)