diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 33595bc4f08d6d9493822364b025b4486cfcb815..7ba2f14c9c1707eba476bf6010133c3493a0ebd2 100644
--- a/images/koolbox/Dockerfile
+++ b/images/koolbox/Dockerfile
@@ -74,7 +74,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
 FROM registry.fedoraproject.org/fedora:35 as yq
 
 # renovate: datasource=github-releases depName=mikefarah/yq
-ARG YQ_VERSION=v4.27.3
+ARG YQ_VERSION=v4.27.5
 ENV YQ_VERSION=${YQ_VERSION}
 
 RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \