Skip to content

Commit 5ab5b19

Browse files
authored
Merge pull request #150 from Linkurious/feature/DAJN-47
feature/DAJN-47 bump node version
2 parents 609b80b + 21d8348 commit 5ab5b19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3434
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
3535
&& source ~/.bashrc \
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37-
&& nvm install 14.21.3 \
38-
&& nvm install 16.20.2 \
3937
&& nvm install 18.20.7 \
4038
&& nvm install 20.19.0 \
4139
&& nvm install 22.14.0 \
42-
&& nvm install 24.10.0
40+
&& nvm install 24.11.0
4341

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

0 commit comments

Comments
 (0)