Skip to content

Commit

Permalink
Set JATS4R_SCHEMATRONS_VERSION=0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit committed Jun 25, 2023
1 parent ebfb19b commit 7d5f73e
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 @@ -4,7 +4,7 @@ FROM hubdock/php7-apache-saxonhe:12.1 AS builder
WORKDIR /build
COPY build ./

ARG JATS4R_SCHEMATRONS_VERSION=0.0.11
ARG JATS4R_SCHEMATRONS_VERSION=0.0.12
RUN curl -L https://github.com/JATS4R/jats-schematrons/archive/v${JATS4R_SCHEMATRONS_VERSION}.tar.gz | tar xvz
RUN php generate-xsl.php jats-schematrons-${JATS4R_SCHEMATRONS_VERSION}/schematrons/1.0/jats4r.sch jats4r.xsl
RUN cp jats-schematrons-${JATS4R_SCHEMATRONS_VERSION}/schematrons/1.0/*.xml .
Expand Down

0 comments on commit 7d5f73e

Please sign in to comment.