set default version of OCRmyPDF's docker image to _v11.2.1_, which seems to be the latest stable before _11.3.0_

This commit is contained in:
Malte 2020-10-27 06:57:27 +01:00
parent e9db579af6
commit cde7519f24

View File

@ -9,7 +9,7 @@ FROM ${REPO}:base-binaries-${VERSION} as docspell-base-binaries
FROM ${REPO}:joex-base-${VERSION}
ENV OCRMYPDF_VERSION=latest
ENV OCRMYPDF_VERSION=v11.2.1
COPY --from=docspell-base-binaries /opt/docspell-joex /opt/docspell-joex
COPY joex-entrypoint.sh /opt/joex-entrypoint.sh