diff --git a/k8s-test-tools/Dockerfile b/k8s-test-tools/Dockerfile index 242a4b29..031511fa 100644 --- a/k8s-test-tools/Dockerfile +++ b/k8s-test-tools/Dockerfile @@ -7,7 +7,7 @@ FROM alpine:3.22 as builder # renovate: datasource=github-releases depName=kubernetes/kubectl -ARG K8S_VERSION=v1.30.1 +ARG K8S_VERSION=v1.33.1 # hadolint ignore=DL3018,DL3019 RUN apk add --no-cache git ca-certificates bash curl gettext \