diff --git a/cli/Dockerfile b/cli/Dockerfile index 63eb0c4100758a8a5a87755ed5ad13239f8466c1..425950bcda6f73ee008361f46e4c28d0b762808c 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -68,7 +68,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so FROM registry.fedoraproject.org/fedora:35 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.24.4 +ARG YQ_VERSION=v4.24.5 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \