Update Node from 6.15.1 to 10.15.3

This commit is contained in:
Christopher Hoskin 2019-05-13 11:55:42 +01:00
parent 5f045d9792
commit 20683f3094
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
6.15.1
10.15.3

View file

@ -1,4 +1,4 @@
FROM node:6.15.1 as app
FROM node:10.15.3 as app
WORKDIR /app
@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all
FROM node:6.15.1
FROM node:10.15.3
COPY --from=app /app /app

View file

@ -1,6 +1,6 @@
real-time
--language=coffeescript
--node-version=6.15.1
--node-version=10.15.3
--acceptance-creds=None
--dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops

View file

@ -7,7 +7,7 @@ version: "2"
services:
test_unit:
image: node:6.15.1
image: node:10.15.3
volumes:
- .:/app
working_dir: /app