diff --git a/.drone.yml b/.drone.yml index b9260f8..582ce95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - latest + - 4.2.3 username: from_secret: harbor-username password: @@ -31,6 +32,6 @@ steps: --- kind: signature -hmac: ab275b41f1621072152d6e85b5f94289be8dda38debd2a177e0f666960491c6e +hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0 ... diff --git a/Dockerfile b/Dockerfile index 64ba749..40383c1 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:4.1.3 +FROM alpine/helm:4.2.3 COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl