mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
update to node 10.19.0
This commit is contained in:
parent
641608c6be
commit
1132932dfc
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.16.3 as app
|
||||
FROM node:10.19.0 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM node:10.16.3
|
||||
FROM node:10.19.0
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:10.16.3
|
||||
image: node:10.19.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
|
Loading…
Reference in a new issue