From 9ce383cf2c200a89f25419db8acd178c7eb6bc20 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 21 Nov 2024 20:54:41 +0300 Subject: [PATCH] upd --- .gitignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ee9527..2b5318b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ .secrets build/* +**/.DS_Store diff --git a/Dockerfile b/Dockerfile index 3e0d85d..0c47e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY --link . . 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 --- -FROM alpine/helm:3.14.1 +FROM alpine/helm:3.16.3 COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl