From b9264049243ae599eefefd7f795744c1a093dce8 Mon Sep 17 00:00:00 2001 From: naumso Date: Wed, 9 Apr 2025 16:02:07 +0300 Subject: [PATCH] 3.17 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7767e6..41e8c4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine3.21 as builder +FROM golang:1.24-alpine3.21 as builder ENV GO111MODULE=on WORKDIR /app @@ -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.16.4 +FROM alpine/helm:3.17.2 COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl