From c77b76767e24eb0f43ca33876daae108388a7c45 Mon Sep 17 00:00:00 2001 From: pawfra Date: Wed, 27 Mar 2024 13:27:00 +0100 Subject: [PATCH] update kubectl to v1.28.7 (#77) Co-authored-by: Pawel Franczak --- kubectl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubectl/Dockerfile b/kubectl/Dockerfile index 4879769..f59a280 100644 --- a/kubectl/Dockerfile +++ b/kubectl/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ARG KUBECTL_VERSION=1.27.9 +ARG KUBECTL_VERSION=1.28.7 USER root