From bbec2a448798f770e7d7cb88f9321dd7600a9d12 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 08:20:19 +0000 Subject: [PATCH 1/3] chore: changed lines [6] of file "/tmp/updatecli/asciidoctor/docker-asc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... iidoctor/Dockerfile" Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ee28ea2..55285849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:${alpine_version} AS base ARG asciidoctor_version=2.0.17 ARG asciidoctor_confluence_version=0.0.2 -ARG asciidoctor_pdf_version=1.6.2 +ARG asciidoctor_pdf_version=2.0.6 ARG asciidoctor_diagram_version=2.2.1 ARG asciidoctor_epub3_version=1.5.1 ARG asciidoctor_fb2_version=0.5.1 From afd29624d5254062c32174856230e125ff83adac Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 08:20:20 +0000 Subject: [PATCH 2/3] chore: changed lines [6] of file "/tmp/updatecli/asciidoctor/docker-asc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... iidoctor/Dockerfile" Made with ❤️️ by updatecli --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 27e8079d..0f440867 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.15.4 :ASCIIDOCTOR_VERSION: 2.0.17 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 1.6.2 +:ASCIIDOCTOR_PDF_VERSION: 2.0.6 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.1 :ASCIIDOCTOR_EPUB3_VERSION: 1.5.1 :ASCIIDOCTOR_FB2_VERSION: 0.5.1 From 71264832889ff1c96af5cd9bfdb2c937f9e455e6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 08:20:21 +0000 Subject: [PATCH 3/3] chore: changed lines [6] of file "/tmp/updatecli/asciidoctor/docker-asc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... iidoctor/Dockerfile" 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 4eea4935..002d680f 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.15.4 ASCIIDOCTOR_VERSION=2.0.17 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=1.6.2 +ASCIIDOCTOR_PDF_VERSION=2.0.6 ASCIIDOCTOR_DIAGRAM_VERSION=2.2.1 ASCIIDOCTOR_EPUB3_VERSION=1.5.1 ASCIIDOCTOR_FB2_VERSION=0.5.1