Skip to content

Commit

Permalink
Merge pull request #24 from pelias/nodejs-16
Browse files Browse the repository at this point in the history
Upgrade to Node.js 16.20.1
  • Loading branch information
orangejulius committed Jul 4, 2023
2 parents ea19fa5 + 9b4c93b commit a3d4b13
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 a3d4b13

Please sign in to comment.