Skip to content

Commit

Permalink
chore: Update the value of ARG asciidoctor_pdf_version in the Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
asciidoctor-updateclibot[bot] committed Oct 12, 2024
1 parent 780fa9d commit 2f73dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel <guillaume.scheibel@gmail.com>, Damien DUP
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"

ARG asciidoctor_version=2.0.23
ARG asciidoctor_pdf_version=2.3.18
ARG asciidoctor_pdf_version=2.3.19

ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}
Expand Down

0 comments on commit 2f73dfa

Please sign in to comment.