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

[server-pro] add hotfix 3.5.12 for fixing matching version error GitOrigin-RevId: 38611806f6226ad9c7331b5868aa112ced16abd0
5 lines
177 B
Docker
5 lines
177 B
Docker
FROM sharelatex/sharelatex:3.5.11
|
|
|
|
# Patch: fix matching version when rewinding history
|
|
COPY fix-matching-version-error.patch .
|
|
RUN patch -p0 < fix-matching-version-error.patch
|