Bump build scripts to 1.11 and node to 6.16.0

This commit is contained in:
Chrystal Griffiths 2019-01-24 14:22:40 +00:00 committed by Christopher Hoskin
parent 37458ef655
commit 6eccaf30a3
6 changed files with 9 additions and 8 deletions

View file

@ -1 +1 @@
6.9.5
6.16.0

View file

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

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.10
# Version: 1.1.11
BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)

View file

@ -1,6 +1,6 @@
--script-version=1.1.10
--script-version=1.1.11
spelling
--node-version=6.9.5
--node-version=6.16.0
--acceptance-creds=None
--language=coffeescript
--dependencies=mongo,redis

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.10
# Version: 1.1.11
version: "2"
@ -11,6 +11,7 @@ services:
user: node
command: npm run test:unit:_run
test_acceptance:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.10
# Version: 1.1.11
version: "2"