mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 16:12:16 +00:00
Merge pull request #59 from overleaf/update-node-10.21.0
Update node to 10.21.0
This commit is contained in:
commit
7693883c77
4 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
10.19.0
|
||||
10.21.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Instead run bin/update_build_scripts from
|
||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||
|
||||
FROM node:10.19.0 as base
|
||||
FROM node:10.21.0 as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ docstore
|
|||
--env-add=
|
||||
--env-pass-through=
|
||||
--language=es
|
||||
--node-version=10.19.0
|
||||
--node-version=10.21.0
|
||||
--public-repo=True
|
||||
--script-version=2.2.0
|
||||
|
|
|
@ -6,7 +6,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:10.19.0
|
||||
image: node:10.21.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -17,7 +17,7 @@ services:
|
|||
user: node
|
||||
|
||||
test_acceptance:
|
||||
image: node:10.19.0
|
||||
image: node:10.21.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
|
Loading…
Reference in a new issue