From 00f4452aaf7d910c7e20ce2d18e2503e8e2176ef Mon Sep 17 00:00:00 2001 From: sj-williams Date: Thu, 27 Jun 2024 15:30:49 +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 b67ed52..508f608 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM ruby:3.1.3-alpine3.16 ENV \ HELM_VERSION=3.7.2 \ - KUBECTL_VERSION=1.27.9 \ + KUBECTL_VERSION=1.28.11 \ TERRAFORM_VERSION=1.2.5 \ CLI_VERSION=latest