From 4bd4668f339809696e30cb5da889177a4695840c Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Mon, 3 Jun 2024 17:18:54 +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 7329042..36e988f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ :ALPINE_VERSION: 3.19.1 -:ASCIIDOCTOR_VERSION: 2.0.22 +:ASCIIDOCTOR_VERSION: 2.0.23 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 :ASCIIDOCTOR_PDF_VERSION: 2.3.17 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 From 0fc9d98a03329dd2039ba0707da92dc136156c00 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Mon, 3 Jun 2024 17:18:55 +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 6cdbc83..f1029c7 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.22 +ASCIIDOCTOR_VERSION=2.0.23 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 ASCIIDOCTOR_PDF_VERSION=2.3.17 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0 From 34946b121bd3a0a6a921426a3e70a0241e2a5fe3 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Mon, 3 Jun 2024 17:18:56 +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 46d8bd8..4635606 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.22 +ARG asciidoctor_version=2.0.23 ARG asciidoctor_pdf_version=2.3.17 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \