mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
ddd6c34d8a
commit
90fbbb9198
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 -
|
||||
|
|
|
@ -19,7 +19,7 @@ services:
|
|||
user: node
|
||||
|
||||
test_acceptance:
|
||||
image: node:10.22.1
|
||||
image: node:10.23.1
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
|
Loading…
Reference in a new issue