From cafd759350e08293c457aaf1bf1fb65976674d26 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 1 Dec 2023 00:02:13 +0000 Subject: [PATCH 1/4] chore: Update the key ALPINE_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 b06d10fc..a2b102e6 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:ALPINE_VERSION: 3.18.4 +:ALPINE_VERSION: 3.18.5 :ASCIIDOCTOR_VERSION: 2.0.20 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 :ASCIIDOCTOR_PDF_VERSION: 2.3.9 From dbf283a9e2ff550d755f4d262c9bc74d0f46dfcd Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 1 Dec 2023 00:02:14 +0000 Subject: [PATCH 2/4] chore: Update the key ALPINE_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 4bf4f2dd..fa1e8efa 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -1,7 +1,7 @@ #!/usr/bin/env bats TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" -ALPINE_VERSION=3.18.4 +ALPINE_VERSION=3.18.5 ASCIIDOCTOR_VERSION=2.0.20 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 ASCIIDOCTOR_PDF_VERSION=2.3.9 From 2b746f4d1803e1e9c8b7d91a3762dea3497820f8 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 1 Dec 2023 00:02:14 +0000 Subject: [PATCH 3/4] chore: Update the value of the base image (ARG alpine_version) in the... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... Dockerfile Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60392172..d311b4eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3 ARG ERD_GOLANG_BUILDER_TAG=1.15-alpine ARG A2S_GOLANG_BUILDER_TAG=1.20-alpine3.18 -ARG alpine_version=3.18.4 +ARG alpine_version=3.18.5 FROM alpine:${alpine_version} AS base # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # From ae50035b082d162ad0bd786aac8424b2f8e60048 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 1 Dec 2023 00:07:53 +0000 Subject: [PATCH 4/4] Updating README files using 'make README command' Signed-off-by: asciidoctor-updateclibot[bot] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e0890e6..38f6463a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Docker image provides: - [Asciidoctor](https://asciidoctor.org/) 2.0.20 -- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.13 with ERD and Graphviz integration (supports plantuml and graphiz diagrams) +- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.14 with ERD and Graphviz integration (supports plantuml and graphiz diagrams) - [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.9 @@ -26,11 +26,11 @@ This Docker image provides: - [Asciidoctor Bibtex](https://github.com/asciidoctor/asciidoctor-bibtex) 0.8.0 -- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.8.0 +- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.9.1 - [Asciidoctor Reducer](https://github.com/asciidoctor/asciidoctor-reducer) 1.0.2 -This image uses Alpine Linux 3.18.3 as base image. +This image uses Alpine Linux 3.18.5 as base image.