diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 25c16f367ee08fcce6fcabfb55e3bf2509fa7e60..8d0e7be6ab37c2b270d29e19390e3443746b239b 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.41.1
+    ARG YQ_VERSION=v4.42.1
     ENV YQ_VERSION=${YQ_VERSION}
 
     RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \