mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
update to node 10.19.0
This commit is contained in:
parent
2f99c220f8
commit
14ba1ea1c1
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
10.17.0
|
||||
10.19.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||
# Version: 1.3
|
||||
|
||||
FROM node:10.17.0 as app
|
||||
FROM node:10.19.0 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -16,7 +16,7 @@ COPY . /app
|
|||
|
||||
|
||||
|
||||
FROM node:10.17.0
|
||||
FROM node:10.19.0
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ filestore
|
|||
--dependencies=s3
|
||||
--acceptance-creds=
|
||||
--script-version=1.3
|
||||
--node-version=10.17.0
|
||||
--node-version=10.19.0
|
||||
--language=es
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--public-repo=True
|
||||
|
|
Loading…
Reference in a new issue