From 4f5d4fbeb494214346db11a48f2f95a666c4a28a Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 1 Feb 2024 09:26:05 -0700 Subject: [PATCH] chore(roots/Dockerfile): update kubectl to v1.28.6 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index f73ff2a..b608536 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -11,7 +11,7 @@ ENV ANSIBLE_VERSION=2.15.9 \ GOLANGCI_LINT_VERSION=v1.52.2 \ GOSS_VERSION=v0.3.21 \ HELM_VERSION=3.11.2 \ - KUBECTL_VERSION=v1.26.3 \ + KUBECTL_VERSION=v1.28.6 \ PACKER_VERSION=1.9.5 \ PROTOBUF_VERSION=3.7.0 \ PYWINRM_VERSION=0.4.3 \