diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 1f6ed7f86e..7940558b75 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -130,7 +130,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages. gcloud version # renovate: datasource=github-releases depName=ginkgo lookupName=onsi/ginkgo -ARG GINKGO_VERSION=v2.16.0 +ARG GINKGO_VERSION=v2.17.0 RUN go install github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VERSION} && \ ginkgo version