Merge pull request #14902 from overleaf/jpa-node-18-18-0

[misc] upgrade Node.js to latest LTS 18.18.0

GitOrigin-RevId: 96c7171065ceb8797c28efa4ab331d86a84868d2
This commit is contained in:
Jakob Ackermann
2023-09-22 12:35:18 +02:00
committed by Copybot
parent 5e21812e17
commit a2cf7b459c
88 changed files with 98 additions and 123 deletions

View File

@@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/overleaf/internal/
FROM node:18.17.1 as base
FROM node:18.18.0 as base
WORKDIR /overleaf/services/filestore
COPY services/filestore/install_deps.sh /overleaf/services/filestore/