diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index c4116b271650fd64e0f7adf811a93bf7e74f27fe..cb30c4d6f4b195113a4b24dc80bfb2bc98ead0ef 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -5,7 +5,7 @@ kubectl:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=kubernetes/kubernetes
-    ARG KUBECTL_VERSION=v1.28.2
+    ARG KUBECTL_VERSION=v1.28.3
     ENV KUBECTL_VERSION=${KUBECTL_VERSION}
 
     RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \