Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.helm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o helmizer .
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.23.4 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
Expand Down
Loading