-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a8f1d2
commit ddf4c74
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ RUN git config --global 'user.email' '[email protected]' | |
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 | ||
|