From 78a6b4147597d78238f9578f99598cac436a30e8 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Fri, 21 Jun 2024 00:02:05 +0000 Subject: [PATCH] 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 5d3a206..911c1ad 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.0 +ARG alpine_version=3.20.1 FROM alpine:${alpine_version} AS base # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #