mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
upgrade to local node:10.18.1 image
This commit is contained in:
parent
85db0822eb
commit
4ec82b1baa
2 changed files with 3 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.16.3 as app
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM node:10.16.3
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:6.15.1
|
||||
image: gcr.io/overleaf-ops/node:10.18.1
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -36,8 +36,6 @@ services:
|
|||
- redis
|
||||
command: npm run test:acceptance
|
||||
|
||||
|
||||
|
||||
tar:
|
||||
build: .
|
||||
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||
|
@ -51,5 +49,3 @@ services:
|
|||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue