Skip to content

Commit 6b0427b

Browse files
authored
Merge pull request #29 from rettinghaus/update/saxon
build: update saxon
2 parents 224a659 + 80c5b6e commit 6b0427b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ LABEL org.opencontainers.image.revision="v0.0.1"
99
ARG DEBIAN_FRONTEND=noninteractive
1010
ARG JAVA_VERSION=17
1111
ARG PRINCE_VERSION=15.1
12-
ARG SAXON_VERSION=SaxonHE11-5
12+
ARG SAXON_VERSION=SaxonHE12-4
1313
ARG TARGETARCH
1414
ARG UBUNTU_VERSION=22.04
15-
ARG XERCES_VERSION=25.1.0.1
15+
ARG XERCES_VERSION=26.1.0.1
1616
ARG DEB_FILE=prince_${PRINCE_VERSION}-1_ubuntu${UBUNTU_VERSION}_${TARGETARCH}.deb
1717

1818
ENV TZ=Europe/Berlin

0 commit comments

Comments
 (0)