update to node 10.19.0

This commit is contained in:
Brian Gough 2020-02-07 14:16:31 +00:00
parent f9bc6dc51b
commit afe43fa252
4 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
10.18.1 10.19.0

View file

@ -3,7 +3,7 @@
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.2 # Version: 1.3.2
FROM node:10.18.1 as app FROM node:10.19.0 as app
WORKDIR /app WORKDIR /app
@ -17,7 +17,7 @@ COPY . /app
RUN npm run compile:all RUN npm run compile:all
FROM node:10.18.1 FROM node:10.19.0
COPY --from=app /app /app COPY --from=app /app /app

View file

@ -2,7 +2,7 @@ document-updater
--public-repo=True --public-repo=True
--language=coffeescript --language=coffeescript
--env-add= --env-add=
--node-version=10.18.1 --node-version=10.19.0
--acceptance-creds=None --acceptance-creds=None
--dependencies=mongo,redis --dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops

View file

@ -7,7 +7,7 @@ version: "2.1"
services: services:
test_unit: test_unit:
image: node:10.18.1 image: node:10.19.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:10.18.1 image: node:10.19.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app