From 94691b020c443898718d562872563d5d547f15fa Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 23 Jul 2024 00:02:11 +0000 Subject: [PATCH 1/3] 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 acd5165..fb7a995 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.20.1 +ALPINE_VERSION=3.20.2 ASCIIDOCTOR_VERSION=2.0.23 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 ASCIIDOCTOR_PDF_VERSION=2.3.17 From 454397582b7b928534cafe5a80ff7d61503f84d7 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 23 Jul 2024 00:02:12 +0000 Subject: [PATCH 2/3] 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 dcdfef5..d7ca5dc 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.20.1 +ARG alpine_version=3.20.2 FROM alpine:${alpine_version} AS base # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # From 1c913c2e4409578de58f579bc57bacad48373e57 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 23 Jul 2024 00:02:13 +0000 Subject: [PATCH 3/3] 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 0ad7260..6f4e70f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:ALPINE_VERSION: 3.20.1 +:ALPINE_VERSION: 3.20.2 :ASCIIDOCTOR_VERSION: 2.0.23 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 :ASCIIDOCTOR_PDF_VERSION: 2.3.17