Skip to content

Commit 4c63f27

Browse files
Update vnu download URL in ci-build/Dockerfile
https://github.com/validator/validator/releases/download/latest/ now has all release artifacts (including the jar and war files, and the Linux, Windows, and macOS binaries).
1 parent 0e5eabb commit 4c63f27

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
@@ -30,7 +30,7 @@ RUN chmod a+rwx /bin/pdfsizeopt/pdfsizeopt
3030

3131
# The DockerHub container for the validator only contains the server version, so we get the .jar
3232
# from GitHub:
33-
ADD https://github.com/validator/validator/releases/download/jar/vnu.jar /whatwg/
33+
ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /whatwg/
3434

3535
# Trying to copy Prince from its DockerHub container like the others does not work; it has too many
3636
# shared library dependencies. Additionally, Prince 12 and 13 have bad interactions with pdfsizeopt

0 commit comments

Comments
 (0)