From 1fbf2a2d78f3431cda5a0e8f7e1f743c894fb851 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:49:17 +0100 Subject: [PATCH] chore(deps): update dependency kubectl to v1.31.4 (#1273) Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> --- 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) &&\