From 89406fb5d2db8776ea90afc0a58907aef906c644 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Mon, 25 Jul 2022 10:33:39 +0000
Subject: [PATCH] chore(deps): update
 registry.gitlab.com/gitlab-org/release-cli digest to 45af071

---
 images/koolbox/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 83641a1cd..322de1da2 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
-- 
GitLab