From d88136c569f4fc880e51df4464c79bf8e4aac788 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 3 Jun 2020 10:22:31 +0100 Subject: [PATCH 1/2] update to node 10.21.0 --- .nvmrc | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 5b7269c..b61c07f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.19.0 +10.21.0 diff --git a/Dockerfile b/Dockerfile index 40615ad..9b37883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:10.19.0 as base +FROM node:10.21.0 as base WORKDIR /app COPY install_deps.sh /app From 59310cbb0993b551ddc7bd32d4124a25a61187e8 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 3 Jun 2020 11:11:51 +0100 Subject: [PATCH 2/2] update buildscript.txt to node 10.21.0 --- buildscript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript.txt b/buildscript.txt index 81d6546..78ef1d0 100644 --- a/buildscript.txt +++ b/buildscript.txt @@ -6,6 +6,6 @@ clsi --env-add= --env-pass-through=TEXLIVE_IMAGE --language=es ---node-version=10.19.0 +--node-version=10.21.0 --public-repo=True --script-version=2.1.0