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