diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index f71c43e7f50d0ca5ce25aeaad105afe5f205824e..3238dd0846a01e488af04097d6228cda0cc03329 100644
--- a/images/koolbox/Dockerfile
+++ b/images/koolbox/Dockerfile
@@ -15,7 +15,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec
     && install -o root -g root -m 0755 kubectl-convert /usr/local/bin/kubectl-convert
 
 # Release CLI cache
-FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:45af0719567c4d7f6204996fbfc25b00741d8ae14ed45c59010af938d3aa16a0 as release-cli
+FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:29c813139e5599fb1d98cc6fb7aedbf922e9075e793d48c5503039d6c5e8a64f as release-cli
 
 # Semantic Version Util - svu - https://github.com/caarlos0/svu
 FROM ghcr.io/caarlos0/svu:v1.9.0 as svu