mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
Merge pull request #107 from sharelatex/csh-issue-1309-node-6.15
Bump node to 6.15
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2499
services/clsi/npm-shrinkwrap.json
generated
Normal file
2499
services/clsi/npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
3002
services/clsi/package-lock.json
generated
3002
services/clsi/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user