From fd60eecdb9d44f90e209f3d75e8dbd93176edac1 Mon Sep 17 00:00:00 2001 From: ffilippopoulos Date: Thu, 13 Jun 2024 14:14:23 +0100 Subject: [PATCH] Bump kubectl version to latest (v1.30.1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 255e9e75..28f4589a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /src RUN apk --no-cache add git gcc make musl-dev curl bash openssh-client ENV \ - KUBECTL_VERSION=v1.26.1 \ + KUBECTL_VERSION=v1.30.1 \ KUSTOMIZE_VERSION=v5.4.1 \ STRONGBOX_VERSION=1.1.0