From 9e2c95d01900c48d0274bbc8b1359bc5f4602f31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:50:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20mike?= =?UTF-8?q?farah/yq=20to=20v4.52.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72c796d..04497ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ curl=8.14.1-2+deb13u2 # renovate: datasource=github-releases depName=mikefarah/yq -ENV YQ_VERSION="v4.52.2" +ENV YQ_VERSION="v4.52.4" RUN [ "$ARCH" = "aarch64" ] && YQ_ARCH="arm64" || YQ_ARCH="$ARCH" \ echo "ARCH = ${YQ_ARCH}" && \ curl https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${YQ_ARCH} -o /usr/local/bin/yq && \