From 80dea37a4de334d40f11ca87f630c11676cf4d3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 05:13:37 +0000 Subject: [PATCH] feat(deps): update mikefarah/yq to v4.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zoltán Horváth --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e122c9c..b1390d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ USER coder ARG ARCH=amd64 # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.33.1 +ARG YQ_VERSION=v4.48.1 # renovate: datasource=github-releases depName=mozilla/sops ARG SOPS_VERSION=v3.7.3