Skip to content

Commit

Permalink
Merge pull request #426 from asciidoctor/updatecli_07243680d6af2b746c…
Browse files Browse the repository at this point in the history
…1d2f2ecffb74dd9b17419ec469b84e30ecbb7d3574bc94

Bump Asciidoctor-PDF version to 2.3.13
  • Loading branch information
dduportal authored Feb 18, 2024
2 parents 5c2375b + 106b494 commit 176d770
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 <[email protected]>, Damien DUP
LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"

ARG asciidoctor_version=2.0.20
ARG asciidoctor_pdf_version=2.3.12
ARG asciidoctor_pdf_version=2.3.13

ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:ALPINE_VERSION: 3.19.1
:ASCIIDOCTOR_VERSION: 2.0.20
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.12
:ASCIIDOCTOR_PDF_VERSION: 2.3.13
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0
:ASCIIDOCTOR_EPUB3_VERSION: 2.1.0
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Docker image provides:

- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.3.0 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.12
- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.13

- [Asciidoctor EPUB3](https://asciidoctor.org/docs/asciidoctor-epub3/) 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
ALPINE_VERSION=3.19.1
ASCIIDOCTOR_VERSION=2.0.20
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.12
ASCIIDOCTOR_PDF_VERSION=2.3.13
ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0
ASCIIDOCTOR_EPUB3_VERSION=2.1.0
ASCIIDOCTOR_FB2_VERSION=0.7.0
Expand Down

0 comments on commit 176d770

Please sign in to comment.