From b948b70efb306d0092e85839739230438a0b7d3e Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sat, 10 Sep 2022 04:23:27 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.27.5 --- images/koolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 33595bc4f..7ba2f14c9 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -74,7 +74,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so FROM registry.fedoraproject.org/fedora:35 as yq # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.27.3 +ARG YQ_VERSION=v4.27.5 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \ -- GitLab