From 7148ef7eb548c8f0637f26bc41ee32d9f14688e3 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Thu, 29 Jun 2023 00:02:48 +0000 Subject: [PATCH 1/3] chore: Updated to content ":ASCIIDOCTOR_PDF_VERSION: 2.3.9" in file "... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... README.adoc" Made with ❤️️ by updatecli --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 772e87e4..c6d911ab 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.18.2 :ASCIIDOCTOR_VERSION: 2.0.20 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 2.3.8 +:ASCIIDOCTOR_PDF_VERSION: 2.3.9 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.9 :ASCIIDOCTOR_EPUB3_VERSION: 1.5.1 :ASCIIDOCTOR_FB2_VERSION: 0.7.0 From 25f14ea5e5aa268b9dca093df239b768c425398a Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Thu, 29 Jun 2023 00:02:50 +0000 Subject: [PATCH 2/3] chore: Updated to content "ASCIIDOCTOR_PDF_VERSION=2.3.9" in file "te... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... sts/asciidoctor.bats" 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 e6742763..9ab54dd8 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.18.2 ASCIIDOCTOR_VERSION=2.0.20 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=2.3.8 +ASCIIDOCTOR_PDF_VERSION=2.3.9 ASCIIDOCTOR_DIAGRAM_VERSION=2.2.9 ASCIIDOCTOR_EPUB3_VERSION=1.5.1 ASCIIDOCTOR_FB2_VERSION=0.7.0 From 3715dca45236a978c55da25b1ce4d375763c1236 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Thu, 29 Jun 2023 00:02:51 +0000 Subject: [PATCH 3/3] chore: changed lines [16] of file "/tmp/updatecli/github/asciidoctor/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... docker-asciidoctor/Dockerfile" Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c37750aa..28f88465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,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.8 +ARG asciidoctor_pdf_version=2.3.9 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version}