diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 0d1b0140a454c6e6370de2cc9d868261adf43364..2181c1fda9325b3622e851fd89bc7ebc57f10969 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.1
+    ARG YQ_VERSION=v4.45.2
     ENV YQ_VERSION=${YQ_VERSION}
 
     RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > ./yq \