From 62188b797b3a39e8b077f0e3fce4ad2871ec4e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:06:41 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7fbe86..315f08a 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.24.0 AS alpine-base +FROM alpine:3.24.1 AS alpine-base # ========================================================= FROM alpine-base AS imager