Skip to content

Commit 304ebd5

Browse files
authored
DAJN-37: Bump nodejs version 18.18.2 (#87)
1 parent bd42ab1 commit 304ebd5

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
@@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3333
&& source ~/.bashrc \
3434
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3535
&& nvm install 16.20.2 \
36-
&& nvm install 18.17.1 \
36+
&& nvm install 18.18.2 \
3737
&& nvm install 14.21.3
3838

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

0 commit comments

Comments
 (0)