diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 05e72e08bce9bbda16f0bf25c7a16144c3ead0eb..59075bd485c656e8ee958618e4b9a8d2739e40eb 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -144,7 +144,7 @@ yq: ARG TARGETOS # renovate: datasource=github-releases depName=mikefarah/yq - ARG YQ_VERSION=v4.45.3 + ARG YQ_VERSION=v4.45.4 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > ./yq \