From 65d57c04fe0c6fe4709891eb89fdc49784f2d66f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:38:06 +0000 Subject: [PATCH] Update dependency yq to v4.52.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f893bcd..a59e867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN curl -Lo /usr/local/bin/oha "https://github.com/hatoo/oha/releases/download/ # https://github.com/mikefarah/yq/releases/ # renovate: datasource=github-releases depName=yq packageName=mikefarah/yq -ENV YQ_VERSION=v4.52.2 +ENV YQ_VERSION=v4.52.4 RUN curl -Lo /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_$TARGETARCH" && \ chmod +x /usr/local/bin/yq && \ yq --version