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