From 53c19fa50d87b48ed3811cf6a186315922ad4420 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Tue, 13 Jul 2021 12:26:35 +0100 Subject: [PATCH] [misc] upgrade node version to latest v12 LTS version 12.22.3 --- services/contacts/.nvmrc | 2 +- services/contacts/Dockerfile | 2 +- services/contacts/buildscript.txt | 2 +- services/contacts/docker-compose.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/contacts/.nvmrc b/services/contacts/.nvmrc index e68b860383..5a80a7e912 100644 --- a/services/contacts/.nvmrc +++ b/services/contacts/.nvmrc @@ -1 +1 @@ -12.21.0 +12.22.3 diff --git a/services/contacts/Dockerfile b/services/contacts/Dockerfile index 4f417a2a4b..6b286376dc 100644 --- a/services/contacts/Dockerfile +++ b/services/contacts/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:12.21.0 as base +FROM node:12.22.3 as base WORKDIR /app diff --git a/services/contacts/buildscript.txt b/services/contacts/buildscript.txt index 1af5c7aa64..690e1e4e6b 100644 --- a/services/contacts/buildscript.txt +++ b/services/contacts/buildscript.txt @@ -3,6 +3,6 @@ contacts --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=12.21.0 +--node-version=12.22.3 --public-repo=False --script-version=3.11.0 diff --git a/services/contacts/docker-compose.yml b/services/contacts/docker-compose.yml index 1a8d6095ee..63c89c578e 100644 --- a/services/contacts/docker-compose.yml +++ b/services/contacts/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:12.21.0 + image: node:12.22.3 volumes: - .:/app working_dir: /app @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:12.21.0 + image: node:12.22.3 volumes: - .:/app working_dir: /app