Skip to content

Commit a285cae

Browse files
committed
fix(docker): Pin to Node.js 10.13.0
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
1 parent 7b028d4 commit a285cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM pelias/baseimage
2+
FROM pelias/baseimage:nodejs-10.13.0
33

44
# change working dir
55
ENV WORKDIR /code/pelias/schema

0 commit comments

Comments
 (0)