From 63d6146fbf114b48a324f44d5f685473141bf6f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:00:49 +0000 Subject: [PATCH] Update docker.io/library/alpine Docker tag to v3.24.1 --- Dockerfile.helm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.helm b/Dockerfile.helm index 149b108..0b458b9 100644 --- a/Dockerfile.helm +++ b/Dockerfile.helm @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION}" -o helmiz FROM docker.io/alpine/helm:4.1.4 AS helm # Final stage - alpine instead of scratch so we have a shell (needed for GitHub Actions and CI) -FROM docker.io/library/alpine:3.23.3 AS final +FROM docker.io/library/alpine:3.24.1 AS final RUN apk add --no-cache ca-certificates git # Copy the helm binary and helmizer binary to a known location COPY --from=helm /usr/bin/helm /usr/local/bin/helm