From e0ba485081ca92c896e4b17bba1e3a77197ac5bb Mon Sep 17 00:00:00 2001 From: Eric Mc Sween Date: Tue, 4 Feb 2020 10:50:38 -0500 Subject: [PATCH] Upgrade to local node:10.18.1 image --- services/clsi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/clsi/Dockerfile b/services/clsi/Dockerfile index d2bcb1efe2..3499f1789e 100644 --- a/services/clsi/Dockerfile +++ b/services/clsi/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.15.0 as app +FROM gcr.io/overleaf-ops/node:10.18.1 as app WORKDIR /app @@ -12,7 +12,7 @@ COPY . /app RUN npm run compile:all -FROM node:10.15.0 +FROM gcr.io/overleaf-ops/node:10.18.1 COPY --from=app /app /app