upgrade to local node:10.18.1 image

This commit is contained in:
Brian Gough 2020-02-04 16:09:56 +00:00
parent d51d119e02
commit 86a5c27833
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -7,7 +7,7 @@ version: "2.1"
services:
test_unit:
image: node:10.18.1
image: gcr.io/overleaf-ops/node:10.18.1
volumes:
- .:/app
working_dir: /app
@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
image: node:10.18.1
image: gcr.io/overleaf-ops/node:10.18.1
volumes:
- .:/app
working_dir: /app
@ -28,7 +28,7 @@ services:
MONGO_HOST: mongo
POSTGRES_HOST: postgres
AWS_S3_ENDPOINT: http://s3:9090
AWS_S3_PATH_STYLE: 'true'
AWS_S3_PATH_STYLE: "true"
AWS_ACCESS_KEY_ID: fake
AWS_SECRET_ACCESS_KEY: fake
MOCHA_GREP: ${MOCHA_GREP}