diff --git a/Dockerfile b/Dockerfile index 4087be5..bb6878b 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.21 -ARG asciidoctor_pdf_version=2.3.14 +ARG asciidoctor_pdf_version=2.3.15 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version} diff --git a/README.adoc b/README.adoc index be14dc9..ab86914 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.19.1 :ASCIIDOCTOR_VERSION: 2.0.21 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 2.3.14 +:ASCIIDOCTOR_PDF_VERSION: 2.3.15 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 :ASCIIDOCTOR_EPUB3_VERSION: 2.1.0 :ASCIIDOCTOR_FB2_VERSION: 0.7.0 diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index c99d420..4ccfecf 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.19.1 ASCIIDOCTOR_VERSION=2.0.21 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=2.3.14 +ASCIIDOCTOR_PDF_VERSION=2.3.15 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0 ASCIIDOCTOR_EPUB3_VERSION=2.1.0 ASCIIDOCTOR_FB2_VERSION=0.7.0