Skip to content

Commit

Permalink
Merge pull request #452 from RomanNikitenko/upgrade-nodejs-for-dev-image
Browse files Browse the repository at this point in the history
Upgrade Node.js version for the Che-Code Dev image
  • Loading branch information
RomanNikitenko authored Nov 13, 2024
2 parents 25fd414 + 51d3366 commit 5d0ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV ZSH_DISABLE_COMPFIX="true"

USER 10001

ENV NODEJS_VERSION=20.12.2
ENV NODEJS_VERSION=20.16.0

ENV ELECTRON_SKIP_BINARY_DOWNLOAD=1 \
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=0 \
Expand Down

0 comments on commit 5d0ee5f

Please sign in to comment.