update to node 10.19.0

This commit is contained in:
Brian Gough 2020-02-07 14:16:31 +00:00
parent 2f99c220f8
commit 14ba1ea1c1
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
10.17.0
10.19.0

View file

@ -3,7 +3,7 @@
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3
FROM node:10.17.0 as app
FROM node:10.19.0 as app
WORKDIR /app
@ -16,7 +16,7 @@ COPY . /app
FROM node:10.17.0
FROM node:10.19.0
COPY --from=app /app /app

View file

@ -3,7 +3,7 @@ filestore
--dependencies=s3
--acceptance-creds=
--script-version=1.3
--node-version=10.17.0
--node-version=10.19.0
--language=es
--docker-repos=gcr.io/overleaf-ops
--public-repo=True