From cc4ef3465d9a38442cbdc6535bbd83e101606d40 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 23 Oct 2020 17:44:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dinglehopper=20(t?= =?UTF-8?q?o=20fix=20bug=20related=20to=20find=5Ffiles()=20being=20a=20gen?= =?UTF-8?q?erator=20now)?= 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 59ea1aa..3ab6d7d 100644 --- a/Dockerfile-dinglehopper +++ b/Dockerfile-dinglehopper @@ -1,7 +1,7 @@ FROM my_ocrd_workflow-core ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver" -ARG DINGLEHOPPER_COMMIT="2b98f69" +ARG DINGLEHOPPER_COMMIT="6e47acd" # Build pip installable stuff