From 4484600620c0b23ff001323058bad65b8482b8b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:08:04 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1437f35..a7fbe86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN \ CGO_ENABLED=0 go build -o /go/bin/init -v --ldflags '-s -w -extldflags=-static' # ========================================================= -FROM alpine:3.23.4 AS alpine-base +FROM alpine:3.24.0 AS alpine-base # ========================================================= FROM alpine-base AS imager