mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-25 02:00:07 +02:00

revert unwanted changes to hotfix files from node upgrade GitOrigin-RevId: 92b2cd93d85d333acd4a79b2838fb5ecdaa95ba5
6 lines
177 B
Docker
6 lines
177 B
Docker
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/*
|