Skip to content

Commit

Permalink
Upgrade Node.js to version 10.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Oct 25, 2018
1 parent 8a8f1d2 commit ddf4c74
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' 'pelias.team@gmail.com'
RUN git config --global 'user.name' 'Pelias Docker'

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

# add global install dir to $NODE_PATH
Expand Down

0 comments on commit ddf4c74

Please sign in to comment.