From 59ee84a9ab9dca78f8848da5b1ea045923640fa7 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Tue, 2 Jul 2024 13:11:39 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.25.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10c83e8737..732c97356b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ ENV TERRAFORM_VERSION=v1.2.9 ENV CLI_VERSION=v0.9.4 # renovate: datasource=github-tags depName=kubernetes/kubernetes -ENV KUBECTL_VERSION=v1.25.5 +ENV KUBECTL_VERSION=v1.25.16 RUN apk add --update --no-cache curl ca-certificates unzip wget openssl build-base && \ curl -L https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz | tar xvz && \