diff --git a/images/tools/Earthfile b/images/tools/Earthfile index d56b31910a646dd3e0ee447a4db5c1dfa9e71138..1f4d8d504b8814aa6e6ab11e3cde7e88bbc7f903 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -98,7 +98,7 @@ yq: FROM ../mirror+fedora # renovate: datasource=github-releases depName=mikefarah/yq - ARG YQ_VERSION=v4.40.7 + ARG YQ_VERSION=v4.41.1 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \