mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
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:
@@ -1,4 +1,4 @@
|
||||
FROM node:10.19.0 as base
|
||||
FROM node:10.21.0 as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -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 -
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
user: node
|
||||
|
||||
test_acceptance:
|
||||
image: node:10.19.0
|
||||
image: node:10.21.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
||||
Reference in New Issue
Block a user