diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index 3f5c008a1d..258aeded9f 100644 --- a/ci/dockerfiles/autoscaler-deploy/Dockerfile +++ b/ci/dockerfiles/autoscaler-deploy/Dockerfile @@ -77,7 +77,7 @@ RUN wget -q https://github.com/stedolan/jq/releases/download/${JQ_VERSION}/jq-li # install yq # renovate: datasource=github-releases depName=yq lookupName=mikefarah/yq -ARG YQ_VERSION=v4.35.1 +ARG YQ_VERSION=v4.35.2 RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 && \ chmod a+x /usr/local/bin/yq && \ yq --version diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 05ccaf6fcc..d9b61d3bae 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -98,7 +98,7 @@ RUN wget -q https://github.com/stedolan/jq/releases/download/${JQ_VERSION}/jq-li # install yq # renovate: datasource=github-releases depName=yq lookupName=mikefarah/yq -ARG YQ_VERSION=v4.35.1 +ARG YQ_VERSION=v4.35.2 RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 && \ chmod a+x /usr/local/bin/yq && \ yq --version