mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 03:11:29 +00:00
Bump node to 6.15.1
This commit is contained in:
parent
424a8c3d2a
commit
dd3774b7a9
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
6.14.1
|
||||
6.15.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:6.14.1 as app
|
||||
FROM node:6.15.1 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM node:6.14.1
|
||||
FROM node:6.15.1
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue