From 0a17beac4cf9cff18347a40df125d81bda2278f7 Mon Sep 17 00:00:00 2001 From: sj-williams Date: Thu, 27 Jun 2024 13:42:35 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20bump=20kubectl=20for=20?= =?UTF-8?q?k8s=201.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit relates to ministryofjustice/cloud-platform#5584 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3683ca95..6ec606c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:1.21.7-bookworm AS cli_builder ENV \ CGO_ENABLED=0 \ GOOS=linux \ - KUBECTL_VERSION=1.27.9 \ + KUBECTL_VERSION=1.28.11 \ CLOUD_PLATFORM_CLI_VERSION=DOCKER \ TERRAFORM_VERSION=1.2.5