[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:24 +01:00
parent 54127fe532
commit 0ab94f96c1
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
10.15.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
@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all
FROM gcr.io/overleaf-ops/node:10.19.0
FROM node:10.19.0
COPY --from=app /app /app

View file

@ -1,6 +1,6 @@
clsi
--language=coffeescript
--node-version=10.15.0
--node-version=10.19.0
--acceptance-creds=None
--dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops