Skip to content

Commit

Permalink
Dockerfile: Be explicit about the source image repository
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Weil <[email protected]>
  • Loading branch information
kba and stweil authored Feb 19, 2024
1 parent 77e77dc commit 9db42f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 9db42f0

Please sign in to comment.