[misc] use node:10.19.0 as base image

Also adjust the node version in the other build-script files.
This commit is contained in:
Jakob Ackermann 2020-02-07 14:46:28 +01:00
parent bb64602b6b
commit 9ee1aef45c
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
10.16.0 10.19.0

View file

@ -1,4 +1,4 @@
FROM gcr.io/overleaf-ops/node:10.19.0 as app FROM node:10.19.0 as app
WORKDIR /app WORKDIR /app
@ -11,7 +11,7 @@ COPY . /app
FROM gcr.io/overleaf-ops/node:10.19.0 FROM node:10.19.0
COPY --from=app /app /app COPY --from=app /app /app

View file

@ -1,5 +1,5 @@
spelling spelling
--node-version=10.16.0 --node-version=10.19.0
--script-version=1.1.21 --script-version=1.1.21
--build-target=docker --build-target=docker
--dependencies=mongo,redis --dependencies=mongo,redis