From fc911f37342cf11d6ecadfa7180d0ebe8ed7b24f Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 17 Aug 2023 19:59:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20ocrd=5Fsegment=200.1.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-ocrd_segment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ocrd_segment b/Dockerfile-ocrd_segment index 44699ff..284f45d 100644 --- a/Dockerfile-ocrd_segment +++ b/Dockerfile-ocrd_segment @@ -2,7 +2,7 @@ ARG GIT_COMMIT="latest" FROM quratorspk/ocrd-galley-core:$GIT_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" -ARG OCRD_SEGMENT_VERSION="0.1.21" +ARG OCRD_SEGMENT_VERSION="0.1.22" # Build pip installable stuff