From 2cb7577de00346c47a25e10f5241610ee4bec800 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 19 Oct 2022 01:07:35 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.28.2 --- images/koolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index f02afede9..2e7f6c253 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 registry.fedoraproject.org/fedora:36 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.28.1 +ARG YQ_VERSION=v4.28.2 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \ -- GitLab