diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 7882fe389ee4605a00794fec4510e50174d332b4..490c73f59b37ec3cbfce6e45c7a8588b50b446b3 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.3
+    ARG YQ_VERSION=v4.40.4
     ENV YQ_VERSION=${YQ_VERSION}
 
     RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \