From 73c369b6d53ddeee713134f1d9e612b396f8cdae Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 14 Sep 2022 19:11:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20ocrd=5Fsegment=200.1.21?= 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 92146f0..2dfee9e 100644 --- a/Dockerfile-ocrd_segment +++ b/Dockerfile-ocrd_segment @@ -2,7 +2,7 @@ ARG DRONE_COMMIT="latest" FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" -ARG OCRD_SEGMENT_VERSION="0.1.11" +ARG OCRD_SEGMENT_VERSION="0.1.21" # Build pip installable stuff