diff --git a/images/tools/Earthfile b/images/tools/Earthfile index d56b31910a646dd3e0ee447a4db5c1dfa9e71138..5985a7ba038bc252e9c22afd2694b600b0ffb404 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.29.1 + ARG KUBECTL_VERSION=v1.29.2 ENV KUBECTL_VERSION=${KUBECTL_VERSION} RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \