From 5c2d136b4057ea0ae0deabaecbda787ee95042a1 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Mon, 20 Mar 2023 06:08:47 +0000
Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.32.2

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

diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 37758714d..35169c330 100644
--- a/images/koolbox/Dockerfile
+++ b/images/koolbox/Dockerfile
@@ -87,7 +87,7 @@ RUN curl -L https://github.com/grafana/loki/releases/download/${LOKI_VERSION}/lo
 FROM quay.io/fedora/fedora:37 as yq
 
 # renovate: datasource=github-releases depName=mikefarah/yq
-ARG YQ_VERSION=v4.31.2
+ARG YQ_VERSION=v4.32.2
 ENV YQ_VERSION=${YQ_VERSION}
 
 RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \
-- 
GitLab