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 package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.suse.com/bci/bci-busybox:${BCI_VERSION} AS final
# Image that provides cross compilation tooling.
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx

FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS helm
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.25 AS helm

# Clone repository once, and reuse it for target archs.
ARG HELM_VERSION
Expand Down
Loading