mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #44 from overleaf/bg-upgrade-to-node-10.18.1
upgrade spelling to local node:10.18.1 image
This commit is contained in:
commit
30ac790ab5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.16.0 as app
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -11,7 +11,7 @@ COPY . /app
|
|||
|
||||
|
||||
|
||||
FROM node:10.16.0
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue