From aa20cecba42d2f7e54a7fc691e406897fa0e33cc Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 6 Dec 2024 00:02:44 +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 1ed7eee..72114aa 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.3 +ALPINE_VERSION=3.21.0 ASCIIDOCTOR_VERSION=2.0.23 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 ASCIIDOCTOR_PDF_VERSION=2.3.19 From f29c458464ba04240d215c11ec8b063b44e1524c Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 6 Dec 2024 00:02:45 +0000 Subject: [PATCH 2/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 0afe4ff..8663e7a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:ALPINE_VERSION: 3.20.3 +:ALPINE_VERSION: 3.21.0 :ASCIIDOCTOR_VERSION: 2.0.23 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 :ASCIIDOCTOR_PDF_VERSION: 2.3.19 From 90b2c50f415c63d107cb7e2778c2fbee919dc2f2 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 6 Dec 2024 00:02:46 +0000 Subject: [PATCH 3/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 18073b4..f99995e 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.3 +ARG alpine_version=3.21.0 FROM alpine:${alpine_version} AS base # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #