mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 19:44:25 +00:00
update to gcr.io/overleaf-ops/node:10.19.0
This commit is contained in:
parent
4d5f78ba92
commit
55ccb1b191
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM gcr.io/overleaf-ops/node:10.18.1 as app
|
FROM gcr.io/overleaf-ops/node:10.19.0 as app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ COPY . /app
|
||||||
|
|
||||||
RUN npm run compile:all
|
RUN npm run compile:all
|
||||||
|
|
||||||
FROM gcr.io/overleaf-ops/node:10.18.1
|
FROM gcr.io/overleaf-ops/node:10.19.0
|
||||||
|
|
||||||
COPY --from=app /app /app
|
COPY --from=app /app /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue