mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] upgrade node to version 10.18.1
This commit is contained in:
parent
e0d3b3fe17
commit
732860a49e
4 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
6.11.2
|
10.18.1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||||
# Version: 1.3.4
|
# Version: 1.3.4
|
||||||
|
|
||||||
FROM node:6.11.2 as app
|
FROM node:10.18.1 as app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ COPY . /app
|
||||||
|
|
||||||
RUN npm run compile:all
|
RUN npm run compile:all
|
||||||
|
|
||||||
FROM node:6.11.2
|
FROM node:10.18.1
|
||||||
|
|
||||||
COPY --from=app /app /app
|
COPY --from=app /app /app
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ track-changes
|
||||||
--public-repo=True
|
--public-repo=True
|
||||||
--language=coffeescript
|
--language=coffeescript
|
||||||
--env-add=AWS_BUCKET=bucket
|
--env-add=AWS_BUCKET=bucket
|
||||||
--node-version=6.11.2
|
--node-version=10.18.1
|
||||||
--acceptance-creds=None
|
--acceptance-creds=None
|
||||||
--dependencies=mongo,redis,s3
|
--dependencies=mongo,redis,s3
|
||||||
--docker-repos=gcr.io/overleaf-ops
|
--docker-repos=gcr.io/overleaf-ops
|
||||||
|
|
|
@ -7,7 +7,7 @@ version: "2.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
test_unit:
|
test_unit:
|
||||||
image: node:6.11.2
|
image: node:10.18.1
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
user: node
|
user: node
|
||||||
|
|
||||||
test_acceptance:
|
test_acceptance:
|
||||||
image: node:6.11.2
|
image: node:10.18.1
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
Loading…
Reference in a new issue