From 27ebf40c4656477b014d791101174791f66a1a54 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 13 Apr 2022 04:14:35 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.24.4 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index 23e9fba72..e720af2a5 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -68,7 +68,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.24.2 +ARG YQ_VERSION=v4.24.4 ENV YQ_VERSION=${YQ_VERSION} RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \ -- GitLab