From 526d33e95af40a6aad099ab183705bb5c4574d82 Mon Sep 17 00:00:00 2001 From: joschrew Date: Wed, 31 Jan 2024 11:59:25 +0100 Subject: [PATCH] Base dockerfile on concrete core version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eafc0f1..49c522d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Patch and build Olena from Git, then # Install OCR-D wrapper for binarization -FROM ocrd/core +FROM ocrd/core:v2.62.0 AS base MAINTAINER OCR-D