From 00d8198dd14344808d85b91c33065d106045ad0e Mon Sep 17 00:00:00 2001 From: Castedo Ellerman Date: Sun, 15 Sep 2024 20:21:14 -0400 Subject: [PATCH] prefix hubdock with docker.io/ --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9899a2b..af762cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build the Schematron XSL files from the Schematron source files -FROM hubdock/php7-apache-saxonhe:12.1 AS builder +FROM docker.io/hubdock/php7-apache-saxonhe:12.1 AS builder WORKDIR /build COPY build ./ @@ -17,7 +17,7 @@ RUN curl -L https://github.com/elifesciences/eLife-JATS-schematron/raw/${SCHEMAT RUN php generate-xsl.php elife-schematron-final.sch elife-final.xsl # fetch the DTDs and copy the Schematron XSL files into place -FROM hubdock/php7-apache-saxonhe:12.1 +FROM docker.io/hubdock/php7-apache-saxonhe:12.1 WORKDIR /dtds ARG DTDS_VERSION=0.0.9