Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand All @@ -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
Expand Down