From 58be956833c9d026eb42bc8b8951bdc1f109a09b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:59:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20mike?= =?UTF-8?q?farah/yq=20to=20v4.52.2?= 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 d813a86..582a61a 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.50.1" +ENV YQ_VERSION="v4.52.2" 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 && \