Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
2026-03-13 18:52:40 +03:00
parent c017a87c4c
commit 5642fbcc41

View File

@@ -11,7 +11,7 @@ COPY --link . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm
# --- Copy the cli to an image with helm already installed --- # --- Copy the cli to an image with helm already installed ---
FROM alpine/helm:3.18.5 FROM alpine/helm:4.1.3
COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm
COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl