Skip to content

Commit

Permalink
fix(docker): Pin to Node.js 10.13.0
Browse files Browse the repository at this point in the history
This is to prevent conflicts between ES5 deprecation headers (which can
be quite large) and the Node.js 10.14.0+ header limit of 8kb.

See #337
  • Loading branch information
orangejulius committed Dec 16, 2018
1 parent 7b028d4 commit a285cae
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
@@ -1,5 +1,5 @@
# base image
FROM pelias/baseimage
FROM pelias/baseimage:nodejs-10.13.0

# change working dir
ENV WORKDIR /code/pelias/schema
Expand Down

0 comments on commit a285cae

Please sign in to comment.