Merge pull request #17170 from overleaf/jpa-node-18-19-1
[misc] upgrade Node.js to 18.19.1 GitOrigin-RevId: 1bd2008682b585c3fccc65f74c90ba7fc9edc023
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM sharelatex/sharelatex:4.2.2
|
||||
|
||||
# Upgrade Node.js to version 18.19.1
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y nodejs=18.19.1-1nodesource1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user