mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 13:27:02 +00:00
update to node 10.19.0
This commit is contained in:
parent
259af7c7cf
commit
5a52c38197
4 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
10.16.3
|
||||
10.19.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||
# Version: 1.3.1
|
||||
|
||||
FROM node:10.16.3 as app
|
||||
FROM node:10.19.0 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -16,7 +16,7 @@ COPY . /app
|
|||
|
||||
|
||||
|
||||
FROM node:10.16.3
|
||||
FROM node:10.19.0
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ notifications
|
|||
--public-repo=True
|
||||
--language=es
|
||||
--env-add=
|
||||
--node-version=10.16.3
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=None
|
||||
--dependencies=mongo,redis
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2.1"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:10.16.3
|
||||
image: node:10.19.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
user: node
|
||||
|
||||
test_acceptance:
|
||||
image: node:10.16.3
|
||||
image: node:10.19.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
|
Loading…
Add table
Reference in a new issue