From 9db42f09917e21557eaa363d3cd610524314eead Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 19 Feb 2024 17:43:23 +0100 Subject: [PATCH] Dockerfile: Be explicit about the source image repository Co-authored-by: Stefan Weil --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f61024..6f43f61 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:v2.62.0 AS base +FROM docker.io/ocrd/core:v2.62.0 AS base ARG VCS_REF ARG BUILD_DATE LABEL \