mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[misc] use node:10.19.0 as base image
Also adjust the node version in the other build-script files.
This commit is contained in:
parent
bb64602b6b
commit
9ee1aef45c
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
10.16.0
|
10.19.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM gcr.io/overleaf-ops/node:10.19.0 as app
|
FROM node:10.19.0 as app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ COPY . /app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM gcr.io/overleaf-ops/node:10.19.0
|
FROM node:10.19.0
|
||||||
|
|
||||||
COPY --from=app /app /app
|
COPY --from=app /app /app
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
spelling
|
spelling
|
||||||
--node-version=10.16.0
|
--node-version=10.19.0
|
||||||
--script-version=1.1.21
|
--script-version=1.1.21
|
||||||
--build-target=docker
|
--build-target=docker
|
||||||
--dependencies=mongo,redis
|
--dependencies=mongo,redis
|
||||||
|
|
Loading…
Reference in a new issue