Skip to content

Commit

Permalink
Set DTDS_VERSION=0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit committed May 24, 2024
1 parent 300eb26 commit f8b25ce
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
Expand Up @@ -20,7 +20,7 @@ RUN php generate-xsl.php elife-schematron-final.sch elife-final.xsl
FROM hubdock/php7-apache-saxonhe:12.1

WORKDIR /dtds
ARG DTDS_VERSION=0.0.8
ARG DTDS_VERSION=0.0.9
ENV DTDS_VERSION=${DTDS_VERSION}
RUN curl -L https://github.com/JATS4R/jats-dtds/archive/v${DTDS_VERSION}.tar.gz | tar xvz
ENV XML_CATALOG_FILES=/dtds/jats-dtds-${DTDS_VERSION}/schema/catalog.xml
Expand Down

0 comments on commit f8b25ce

Please sign in to comment.