Skip to content

Commit 50370d5

Browse files
authored
Update Node.js versions in Dockerfile (#159)
1 parent f33f60b commit 50370d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ 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 20.19.0 \
38-
&& nvm install 22.14.0 \
39-
&& nvm install 24.12.0
37+
&& nvm install 20.20.0 \
38+
&& nvm install 22.22.0 \
39+
&& nvm install 24.13.0
4040

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

0 commit comments

Comments
 (0)