Skip to content

Commit

Permalink
Use Node.js 10.13.0
Browse files Browse the repository at this point in the history
Due to a conflict with large headers sent by Elasticsearch 5, Node.js
10.14.0, which introduces an 8k header limit, is not suitable for use
with pelias/schema.

Connects pelias/schema#337
  • Loading branch information
orangejulius committed Dec 16, 2018
1 parent 66c47f3 commit 21f0917
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' '[email protected]'
RUN git config --global 'user.name' 'Pelias Docker'

# install nodejs
ENV NODE_VERSION='10.14.0'
ENV NODE_VERSION='10.13.0'
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 21f0917

Please sign in to comment.