🔼 Update minimum OCR-D version

This commit is contained in:
Gerber, Mike 2023-03-21 19:13:12 +01:00
parent 397af5542b
commit 8abec9ea9f
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_VERSION_MINIMUM="2.23.3"
ARG OCRD_VERSION_MINIMUM="2.47.0"
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
ENV PIP_DEFAULT_TIMEOUT=120