Merge pull request #5551 from overleaf/bg-node-upgrade-user-facing

upgrade node to v12.22.7 (user facing)

GitOrigin-RevId: ddc6a29beac27fe1ae5d88830fb901667d91ec89
This commit is contained in:
Brian Gough 2021-10-22 14:20:58 +01:00 committed by Copybot
parent 9278ce6cc0
commit 51b42381bd
12 changed files with 13 additions and 13 deletions

View file

@ -1 +1 @@
12.22.3
12.22.7

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:12.22.3 as base
FROM node:12.22.7 as base
WORKDIR /app

View file

@ -3,6 +3,6 @@ real-time
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=12.22.3
--node-version=12.22.7
--public-repo=True
--script-version=3.11.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:12.22.3
image: node:12.22.7
volumes:
- .:/app
working_dir: /app
@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
image: node:12.22.3
image: node:12.22.7
volumes:
- .:/app
working_dir: /app

View file

@ -1 +1 @@
12.22.3
12.22.7

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:12.22.3 as base
FROM node:12.22.7 as base
WORKDIR /app
COPY install_deps.sh /app

View file

@ -4,6 +4,6 @@ spelling
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=12.22.3
--node-version=12.22.7
--public-repo=False
--script-version=3.11.0

View file

@ -1 +1 @@
12.22.3
12.22.7

View file

@ -1,5 +1,5 @@
# the base image is suitable for running web with /app bind mounted
FROM node:12.22.3 as base
FROM node:12.22.7 as base
WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM node:12.22.3
FROM node:12.22.7
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

View file

@ -21,7 +21,7 @@ services:
user: node
test_acceptance:
image: node:12.22.3
image: node:12.22.7
volumes:
- .:/app
working_dir: /app

View file

@ -1,4 +1,4 @@
FROM node:12.22.3
FROM node:12.22.7
WORKDIR /app/scripts/translations