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 e074c52 commit 34cb830Copy full SHA for 34cb830
Dockerfile
@@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel <[email protected]>, Damien DUP
14
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"
15
16
ARG asciidoctor_version=2.0.26
17
-ARG asciidoctor_pdf_version=2.3.22
+ARG asciidoctor_pdf_version=2.3.23
18
19
ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
20
ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}
0 commit comments