Merge pull request #2565 from overleaf/jpa-node-10-18-1

[misc] upgrade node to version 10.18.1

GitOrigin-RevId: 1f27198c6db8253edff1e1425edbfd97c2721a04
This commit is contained in:
Christopher Hoskin 2020-02-04 15:38:07 +00:00 committed by Copybot
parent 60554cb634
commit 6a7c2e85ff
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM node:10.15.3 as app
FROM gcr.io/overleaf-ops/node:10.18.1 as app
WORKDIR /app
@ -10,7 +10,7 @@ RUN npm install --quiet
COPY . /app
FROM node:10.15.3
FROM gcr.io/overleaf-ops/node:10.18.1
COPY --from=app /app /app

View file

@ -1,4 +1,4 @@
FROM node:10.15.3
FROM gcr.io/overleaf-ops/node:10.18.1
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

View file

@ -6,7 +6,7 @@ volumes:
services:
test_unit:
image: node:10.15.3
image: gcr.io/overleaf-ops/node:10.18.1
volumes:
- .:/app
working_dir: /app
@ -16,7 +16,7 @@ services:
user: node
test_acceptance:
image: node:10.15.3
image: gcr.io/overleaf-ops/node:10.18.1
volumes:
- .:/app
working_dir: /app