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

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

diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile
index 76398483a..786f634ba 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:36 as yq
 
 # renovate: datasource=github-releases depName=mikefarah/yq
-ARG YQ_VERSION=v4.30.8
+ARG YQ_VERSION=v4.31.1
 ENV YQ_VERSION=${YQ_VERSION}
 
 RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \
-- 
GitLab