From c130daeb5532e2230d4e8bc4c5e8c1b311c8a02b Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 12 Mar 2024 12:24:52 +0000 Subject: [PATCH 1/3] chore: Update the key ASCIIDOCTOR_VERSION in the README.adoc file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index be14dc9..71a0562 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.14 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 From 9fa6c8c931dd9b1c319f6cb6182c5a15febf15f7 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 12 Mar 2024 12:24:52 +0000 Subject: [PATCH 2/3] chore: Update the key ASCIIDOCTOR_VERSION in the test harness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- tests/asciidoctor.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index c99d420..c65b17b 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.14 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0 From 63b913e79000ce39675946132a094ab649ab0ef6 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 12 Mar 2024 12:24:53 +0000 Subject: [PATCH 3/3] chore: Update the value of ARG asciidoctor_version in the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4087be5..3f4fcde 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.14 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \