From 70205ac9cea0a5b4a82d606d5fb583032e760f23 Mon Sep 17 00:00:00 2001 From: Ori Shamir Date: Wed, 1 Oct 2025 06:34:32 +0300 Subject: [PATCH] Bump Dockerfile to alpine 3.22 (#2205) Bump Alpine to 3.22 Signed-off-by: Ori Shamir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb76678c..2fa1922a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH} # ----------------------------------------------------------------------------- -FROM alpine:3.19 +FROM alpine:3.22 LABEL org.opencontainers.image.source=https://github.com/helmfile/helmfile