Merge pull request #3534 from overleaf/jpa-issue-3895-node-10-23-1

[misc] bump the node version to 10.23.1

GitOrigin-RevId: e612abe5b7e9291f95b3e0544f7edd5ab781b5e5
This commit is contained in:
Jakob Ackermann 2021-01-05 19:30:02 +00:00 committed by Copybot
parent ddd6c34d8a
commit 90fbbb9198
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# the base image is suitable for running web with /app bind mounted
FROM node:10.22.1 as base
FROM node:10.23.1 as base
WORKDIR /app

View file

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

View file

@ -19,7 +19,7 @@ services:
user: node
test_acceptance:
image: node:10.22.1
image: node:10.23.1
volumes:
- .:/app
working_dir: /app