diff --git a/Dockerfile b/Dockerfile index d311b4eb..2f5b0c04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel , 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.9 +ARG asciidoctor_pdf_version=2.3.10 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version} diff --git a/README.adoc b/README.adoc index a2b102e6..20c5a4c3 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.18.5 :ASCIIDOCTOR_VERSION: 2.0.20 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 2.3.9 +:ASCIIDOCTOR_PDF_VERSION: 2.3.10 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.14 :ASCIIDOCTOR_EPUB3_VERSION: 1.5.1 :ASCIIDOCTOR_FB2_VERSION: 0.7.0 diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index fa1e8efa..0f636014 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.18.5 ASCIIDOCTOR_VERSION=2.0.20 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=2.3.9 +ASCIIDOCTOR_PDF_VERSION=2.3.10 ASCIIDOCTOR_DIAGRAM_VERSION=2.2.14 ASCIIDOCTOR_EPUB3_VERSION=1.5.1 ASCIIDOCTOR_FB2_VERSION=0.7.0