diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 1ac350f5f0b00868ea1ccacbd2a05ca4e227b6af..7ea7b2563b58623ff53eba6d284b308846cf2f0c 100644
--- a/images/koolbox/Dockerfile
+++ b/images/koolbox/Dockerfile
@@ -77,7 +77,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
 FROM quay.io/fedora/fedora:38 as yq
 
 # renovate: datasource=github-releases depName=mikefarah/yq
-ARG YQ_VERSION=v4.34.2
+ARG YQ_VERSION=v4.35.1
 ENV YQ_VERSION=${YQ_VERSION}
 
 RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \