From abeb9c1d95182e81979a61bf2d4bf50f69f353c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:03:26 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb92eb1..cda7e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'main.Version=$(git show -s --format=%h)'" -a -installsuffix cgo -o /go/bin/starter ######## Start a new stage from alpine:3.13 ####### -FROM alpine:3.21 +FROM alpine:3.23 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories RUN apk add ca-certificates tzdata