mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
spelling
|
||||
--node-version=10.16.0
|
||||
--node-version=10.19.0
|
||||
--script-version=1.1.21
|
||||
--build-target=docker
|
||||
--dependencies=mongo,redis
|
||||
|
||||
Reference in New Issue
Block a user