mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 23:56:23 +00: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
54127fe532
commit
0ab94f96c1
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
10.15.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
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM gcr.io/overleaf-ops/node:10.19.0
|
||||
FROM node:10.19.0
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
clsi
|
||||
--language=coffeescript
|
||||
--node-version=10.15.0
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=None
|
||||
--dependencies=mongo,redis
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
|
|
Loading…
Add table
Reference in a new issue