From e897945a175e29b00fba2b1be37f3ab697087a99 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 7 Feb 2020 14:46:24 +0100 Subject: [PATCH] [misc] use node:10.19.0 as base image Also adjust the node version in the other build-script files. --- .nvmrc | 2 +- Dockerfile | 4 ++-- buildscript.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.nvmrc b/.nvmrc index f9fb144..5b7269c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.15.0 +10.19.0 diff --git a/Dockerfile b/Dockerfile index d9b6c69..ecca5f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/overleaf-ops/node:10.19.0 as app +FROM node:10.19.0 as app WORKDIR /app @@ -12,7 +12,7 @@ COPY . /app RUN npm run compile:all -FROM gcr.io/overleaf-ops/node:10.19.0 +FROM node:10.19.0 COPY --from=app /app /app diff --git a/buildscript.txt b/buildscript.txt index 94c14b9..fefbb77 100644 --- a/buildscript.txt +++ b/buildscript.txt @@ -1,6 +1,6 @@ clsi --language=coffeescript ---node-version=10.15.0 +--node-version=10.19.0 --acceptance-creds=None --dependencies=mongo,redis --docker-repos=gcr.io/overleaf-ops