Merge pull request #15506 from overleaf/jpa-node-18-18-2

[misc] upgrade Node.js from 18.18.0 to 18.18.2

GitOrigin-RevId: 747783fcb9c2a09d79a82268531f612d1ad157be
This commit is contained in:
Jakob Ackermann
2023-11-01 09:02:48 +00:00
committed by Copybot
parent ad27d44255
commit f061a4add4
82 changed files with 91 additions and 91 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# the base image is suitable for running web with /overleaf/services/web bind
# mounted
FROM node:18.18.0 as base
FROM node:18.18.2 as base
WORKDIR /overleaf/services/web