Skip to content

Commit 99dc91e

Browse files
committed
Update Prince XML
1 parent 4fdc0fb commit 99dc91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /wha
3131
# shared library dependencies. Probably this is a job for Docker Compose... we should learn how that
3232
# works one day.
3333
# Prince also hasn't been updated for Debian 12 and is no longer installable from its deb file.
34-
ADD https://www.princexml.com/download/prince-14.2-linux-generic-x86_64.tar.gz /whatwg/prince.tar.gz
34+
ADD https://www.princexml.com/download/prince-15.1-linux-generic-x86_64.tar.gz /whatwg/prince.tar.gz
3535
RUN cd /whatwg && \
3636
tar xvzf prince.tar.gz && \
3737
( cd prince-* && echo /usr | ./install.sh ) && \

0 commit comments

Comments
 (0)