From 523b36439ee3111edc95853cc3604c081d7eb6c3 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:18:58 +0000 Subject: [PATCH] chore(deps): update dependency kubectl to v1.31.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d966d701a..163dc1425 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # download kubectl FROM golang:1.23.4-alpine AS kubectl -ARG KUBECTL_VERSION=1.31.3 +ARG KUBECTL_VERSION=1.31.4 RUN apk add --no-cache curl RUN export OS=$(go env GOOS) && \ export ARCH=$(go env GOARCH) &&\