Merge pull request #94 from overleaf/bg-upgrade-node-to-10.18.1

upgrade to local node:10.18.1 image
This commit is contained in:
Brian Gough 2020-02-04 16:25:04 +00:00 committed by GitHub
commit 3f9cfba5a2
2 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM node:10.16.3 as app FROM gcr.io/overleaf-ops/node:10.18.1 as app
WORKDIR /app WORKDIR /app
@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all RUN npm run compile:all
FROM node:10.16.3 FROM gcr.io/overleaf-ops/node:10.18.1
COPY --from=app /app /app COPY --from=app /app /app

View file

@ -7,7 +7,7 @@ version: "2"
services: services:
test_unit: test_unit:
image: node:6.15.1 image: gcr.io/overleaf-ops/node:10.18.1
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app
@ -36,8 +36,6 @@ services:
- redis - redis
command: npm run test:acceptance command: npm run test:acceptance
tar: tar:
build: . build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
@ -51,5 +49,3 @@ services:
mongo: mongo:
image: mongo:3.4 image: mongo:3.4