Skip to content

Commit 34cb830

Browse files
chore: Update the value of ARG asciidoctor_pdf_version in the Dockerfile
Made with ❤️️ by updatecli
1 parent e074c52 commit 34cb830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel <[email protected]>, Damien DUP
1414
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"
1515

1616
ARG asciidoctor_version=2.0.26
17-
ARG asciidoctor_pdf_version=2.3.22
17+
ARG asciidoctor_pdf_version=2.3.23
1818

1919
ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
2020
ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}

0 commit comments

Comments
 (0)