Skip to content

Commit

Permalink
Upgrade Node.js to v16.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Jul 3, 2023
1 parent ea19fa5 commit 14d700b
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 @@ -29,7 +29,7 @@ RUN git config --global 'user.email' 'team@pelias.io'
RUN git config --global 'user.name' 'Pelias Docker'

# install nodejs
ENV NODE_VERSION='12.22.2'
ENV NODE_VERSION='16.20.1'
RUN git clone 'https://github.com/isaacs/nave.git' /code/nave && /code/nave/nave.sh 'usemain' "${NODE_VERSION}" && rm -rf ~/.nave /code/nave

# add global install dir to $NODE_PATH
Expand Down

0 comments on commit 14d700b

Please sign in to comment.