Merge pull request #2578 from overleaf/update-node-10

update to gcr.io/overleaf-ops/node:10.19.0

GitOrigin-RevId: f0eac5e6397842de5f931d145526de3e0a54336b
This commit is contained in:
Brian Gough 2020-02-06 03:51:35 +00:00 committed by Copybot
parent f2636e0555
commit 84829abf9a
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM gcr.io/overleaf-ops/node:10.18.1 FROM gcr.io/overleaf-ops/node:10.19.0
# Install Google Chrome # Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - 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: services:
test_unit: test_unit:
image: gcr.io/overleaf-ops/node:10.18.1 image: gcr.io/overleaf-ops/node:10.19.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app
@ -16,7 +16,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: gcr.io/overleaf-ops/node:10.18.1 image: gcr.io/overleaf-ops/node:10.19.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app