diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 83641a1cdc10c6ddca28d968f1372e83e9b33418..322de1da2eb839f6040613516698fb294b5d9999 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:af74927a13c44668cf3741a8e3ef513cd4353703707c64b51b6f6ea98d3fefaf as release-cli
+FROM registry.gitlab.com/gitlab-org/release-cli:latest@sha256:45af0719567c4d7f6204996fbfc25b00741d8ae14ed45c59010af938d3aa16a0 as release-cli
 
 # git-chglog cache
 FROM quay.io/git-chglog/git-chglog:0.15.1 as git-chglog