Merge pull request #2882 from overleaf/bg-update-node-10.21.0

update node to v10.21.0

GitOrigin-RevId: 6f7774e42e4dbce723f56ca9bc2f287421bf0c39
This commit is contained in:
Brian Gough 2020-06-03 09:22:55 +01:00 committed by Copybot
parent 9aa0ca1131
commit 34a5bb386f
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM node:10.19.0 as base
FROM node:10.21.0 as base
WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM node:10.19.0
FROM node:10.21.0
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

View file

@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
image: node:10.19.0
image: node:10.21.0
volumes:
- .:/app
working_dir: /app