diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 5985a7ba038bc252e9c22afd2694b600b0ffb404..d571e9bc8071b9ea28f22e82ea44d3a569d076d3 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 \