From ce00dd8f9d12a32ad03b3de4e77469b11fa0aefc Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 4 Jan 2024 11:54:15 +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 70957e3ae6..27d6ede05e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ ENV TERRAFORM_VERSION=v1.2.9 ENV CLI_VERSION=v0.8.2 # 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 && \