We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5eabb commit 4c63f27Copy full SHA for 4c63f27
ci-build/Dockerfile
@@ -30,7 +30,7 @@ RUN chmod a+rwx /bin/pdfsizeopt/pdfsizeopt
30
31
# The DockerHub container for the validator only contains the server version, so we get the .jar
32
# from GitHub:
33
-ADD https://github.com/validator/validator/releases/download/jar/vnu.jar /whatwg/
+ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /whatwg/
34
35
# Trying to copy Prince from its DockerHub container like the others does not work; it has too many
36
# shared library dependencies. Additionally, Prince 12 and 13 have bad interactions with pdfsizeopt
0 commit comments