diff --git a/services/spelling/.nvmrc b/services/spelling/.nvmrc index e1e5d1369a..bfec95bf0e 100644 --- a/services/spelling/.nvmrc +++ b/services/spelling/.nvmrc @@ -1 +1 @@ -6.9.5 +6.16.0 diff --git a/services/spelling/Dockerfile b/services/spelling/Dockerfile index 2845544ae6..cfb417387e 100644 --- a/services/spelling/Dockerfile +++ b/services/spelling/Dockerfile @@ -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 diff --git a/services/spelling/Makefile b/services/spelling/Makefile index 1fd689fae1..ec61766489 100644 --- a/services/spelling/Makefile +++ b/services/spelling/Makefile @@ -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) diff --git a/services/spelling/buildscript.txt b/services/spelling/buildscript.txt index f07e877ba9..ebd1bf80d4 100644 --- a/services/spelling/buildscript.txt +++ b/services/spelling/buildscript.txt @@ -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 diff --git a/services/spelling/docker-compose.ci.yml b/services/spelling/docker-compose.ci.yml index 5ab90e1825..3c57490e8a 100644 --- a/services/spelling/docker-compose.ci.yml +++ b/services/spelling/docker-compose.ci.yml @@ -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 diff --git a/services/spelling/docker-compose.yml b/services/spelling/docker-compose.yml index aeceafb3f3..0ecd2bd3d4 100644 --- a/services/spelling/docker-compose.yml +++ b/services/spelling/docker-compose.yml @@ -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"