Skip to content

Commit

Permalink
Merge pull request #370 from asciidoctor/updatecli_375dbde5bfb9cb4a29…
Browse files Browse the repository at this point in the history
…54505ddc2082f471ae20c1380ee10b0369b6d37d22892b

Bump Asciidoctor-PDF version to 2.3.9
  • Loading branch information
dduportal committed Jun 29, 2023
2 parents c3c9cf6 + 3715dca commit 2ca1d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.20
ARG asciidoctor_pdf_version=2.3.8
ARG asciidoctor_pdf_version=2.3.9

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.18.2
:ASCIIDOCTOR_VERSION: 2.0.20
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.8
:ASCIIDOCTOR_PDF_VERSION: 2.3.9
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.9
:ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
:ASCIIDOCTOR_FB2_VERSION: 0.7.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.18.2
ASCIIDOCTOR_VERSION=2.0.20
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.8
ASCIIDOCTOR_PDF_VERSION=2.3.9
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.9
ASCIIDOCTOR_EPUB3_VERSION=1.5.1
ASCIIDOCTOR_FB2_VERSION=0.7.0
Expand Down

0 comments on commit 2ca1d32

Please sign in to comment.