Skip to content

Commit

Permalink
update dockerfile for node 20 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
utku-ozturk authored and Onurcankaratay committed Sep 18, 2024
1 parent 5697c04 commit afc0d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV NGINX_USER=nginx \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
NVM_VERSION=v0.39.1 \
NODE_VERSION=18.17.0
NODE_VERSION=20.17.0

# Configure Python3.7 venv
ENV VIRTUAL_ENV=/opt/venv
Expand Down

0 comments on commit afc0d17

Please sign in to comment.