Skip to content

Commit 08210e2

Browse files
authored
Merge pull request #167 from Linkurious/bump-node-version
Bump node version in Dockerfile
2 parents 127b955 + 169ba47 commit 08210e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 20.20.0 \
3838
&& nvm install 22.22.0 \
39-
&& nvm install 24.13.0
39+
&& nvm install 24.14.1
4040

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

0 commit comments

Comments
 (0)