Merge pull request #6481 from overleaf/jpa-node-14-18-3

[misc] upgrade node version from 14.18.1 to 14.18.3

GitOrigin-RevId: 976542fcc0271e323695c59a987dcf1614ee633e
This commit is contained in:
Jakob Ackermann 2022-01-27 10:29:20 +00:00 committed by Copybot
parent 409d8cd1a8
commit 8789296f5a
65 changed files with 72 additions and 72 deletions

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ access-token-encryptor
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ logger
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ metrics
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ o-error
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ object-persistor
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ redis-wrapper
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -4,6 +4,6 @@ settings
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--is-library=True --is-library=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/chat WORKDIR /overleaf/services/chat

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ chat
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/chat - .:/overleaf/services/chat
working_dir: /overleaf/services/chat working_dir: /overleaf/services/chat
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/chat - .:/overleaf/services/chat
working_dir: /overleaf/services/chat working_dir: /overleaf/services/chat

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/clsi WORKDIR /overleaf/services/clsi
COPY services/clsi/install_deps.sh /overleaf/services/clsi/ COPY services/clsi/install_deps.sh /overleaf/services/clsi/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -5,6 +5,6 @@ clsi
--env-add=ENABLE_PDF_CACHING="true",PDF_CACHING_ENABLE_WORKER_POOL="true" --env-add=ENABLE_PDF_CACHING="true",PDF_CACHING_ENABLE_WORKER_POOL="true"
--env-pass-through=TEXLIVE_IMAGE --env-pass-through=TEXLIVE_IMAGE
--has-custom-cloudbuild=True --has-custom-cloudbuild=True
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/contacts WORKDIR /overleaf/services/contacts

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ contacts
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=False --public-repo=False
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/contacts - .:/overleaf/services/contacts
working_dir: /overleaf/services/contacts working_dir: /overleaf/services/contacts
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/contacts - .:/overleaf/services/contacts
working_dir: /overleaf/services/contacts working_dir: /overleaf/services/contacts

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/docstore WORKDIR /overleaf/services/docstore

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ docstore
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/docstore - .:/overleaf/services/docstore
working_dir: /overleaf/services/docstore working_dir: /overleaf/services/docstore
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/docstore - .:/overleaf/services/docstore
working_dir: /overleaf/services/docstore working_dir: /overleaf/services/docstore

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/document-updater WORKDIR /overleaf/services/document-updater

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ document-updater
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/document-updater - .:/overleaf/services/document-updater
working_dir: /overleaf/services/document-updater working_dir: /overleaf/services/document-updater
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/document-updater - .:/overleaf/services/document-updater
working_dir: /overleaf/services/document-updater working_dir: /overleaf/services/document-updater

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/filestore WORKDIR /overleaf/services/filestore
COPY services/filestore/install_deps.sh /overleaf/services/filestore/ COPY services/filestore/install_deps.sh /overleaf/services/filestore/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -4,6 +4,6 @@ filestore
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,GCS_USER_FILES_BUCKET_NAME=fake_userfiles,GCS_TEMPLATE_FILES_BUCKET_NAME=fake_templatefiles,GCS_PUBLIC_FILES_BUCKET_NAME=fake_publicfiles --env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,GCS_USER_FILES_BUCKET_NAME=fake_userfiles,GCS_TEMPLATE_FILES_BUCKET_NAME=fake_templatefiles,GCS_PUBLIC_FILES_BUCKET_NAME=fake_publicfiles
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/notifications WORKDIR /overleaf/services/notifications

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ notifications
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/notifications - .:/overleaf/services/notifications
working_dir: /overleaf/services/notifications working_dir: /overleaf/services/notifications
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/notifications - .:/overleaf/services/notifications
working_dir: /overleaf/services/notifications working_dir: /overleaf/services/notifications

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/real-time WORKDIR /overleaf/services/real-time

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

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

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/real-time - .:/overleaf/services/real-time
working_dir: /overleaf/services/real-time working_dir: /overleaf/services/real-time
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/real-time - .:/overleaf/services/real-time
working_dir: /overleaf/services/real-time working_dir: /overleaf/services/real-time

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/spelling WORKDIR /overleaf/services/spelling
COPY services/spelling/install_deps.sh /overleaf/services/spelling/ COPY services/spelling/install_deps.sh /overleaf/services/spelling/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

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

View file

@ -1 +1 @@
14.18.1 14.18.3

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/track-changes WORKDIR /overleaf/services/track-changes

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd) MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo. # Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root. # Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format: format:
$(RUN_LINTING) format $(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ track-changes
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-add=AWS_BUCKET=bucket --env-add=AWS_BUCKET=bucket
--env-pass-through= --env-pass-through=
--node-version=14.18.1 --node-version=14.18.3
--public-repo=True --public-repo=True
--script-version=4.0.0 --script-version=4.0.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/track-changes - .:/overleaf/services/track-changes
working_dir: /overleaf/services/track-changes working_dir: /overleaf/services/track-changes
@ -18,7 +18,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/track-changes - .:/overleaf/services/track-changes
working_dir: /overleaf/services/track-changes working_dir: /overleaf/services/track-changes

View file

@ -1,6 +1,6 @@
# the base image is suitable for running web with /overleaf/services/web bind # the base image is suitable for running web with /overleaf/services/web bind
# mounted # mounted
FROM node:14.18.1 as base FROM node:14.18.3 as base
WORKDIR /overleaf/services/web WORKDIR /overleaf/services/web

View file

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

View file

@ -22,7 +22,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:14.18.1 image: node:14.18.3
volumes: volumes:
- .:/overleaf/services/web - .:/overleaf/services/web
working_dir: /overleaf/services/web working_dir: /overleaf/services/web

View file

@ -1,4 +1,4 @@
FROM node:14.18.1 FROM node:14.18.3
WORKDIR /app/scripts/translations WORKDIR /app/scripts/translations