mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
d9db49d565
[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
|