From 46e064c3e57b8de73f7c7080d4fa5354739ce094 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 23 Aug 2022 19:16:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dinglehopper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-dinglehopper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-dinglehopper b/Dockerfile-dinglehopper index ddc5312..d7c9bc1 100644 --- a/Dockerfile-dinglehopper +++ b/Dockerfile-dinglehopper @@ -2,7 +2,7 @@ ARG DRONE_COMMIT="latest" FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" -ARG DINGLEHOPPER_COMMIT="d726396" +ARG DINGLEHOPPER_COMMIT="dcc10c5" # Build pip installable stuff