diff --git a/Dockerfile b/Dockerfile index 06a4024..1ef701e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM base AS main-minimal LABEL maintainers="Guillaume Scheibel , Damien DUPORTAL " LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor" -ARG asciidoctor_version=2.0.21 +ARG asciidoctor_version=2.0.22 ARG asciidoctor_pdf_version=2.3.15 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ diff --git a/README.adoc b/README.adoc index 00d2fc8..ec6bd07 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ :ALPINE_VERSION: 3.19.1 -:ASCIIDOCTOR_VERSION: 2.0.21 +:ASCIIDOCTOR_VERSION: 2.0.22 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 :ASCIIDOCTOR_PDF_VERSION: 2.3.15 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index 2dcf234..23b386e 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -2,7 +2,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.19.1 -ASCIIDOCTOR_VERSION=2.0.21 +ASCIIDOCTOR_VERSION=2.0.22 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 ASCIIDOCTOR_PDF_VERSION=2.3.15 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0