Bump Dockerfile to alpine 3.22 (#2205)

Bump Alpine to 3.22

Signed-off-by: Ori Shamir <orishamir04@gmail.com>
This commit is contained in:
Ori Shamir 2025-10-01 06:34:32 +03:00 committed by GitHub
parent 3a5c57e144
commit 70205ac9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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