From d32496c49aea24ce02087876c2eb8f30eb82fbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 01:52:57 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.50.1 to 4.52.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.50.1 to 4.52.2. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.50.1...v4.52.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.52.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e41d8e..c2278fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dockerproxy.com/mikefarah/yq:4.50.1 AS yq +FROM dockerproxy.com/mikefarah/yq:4.52.2 AS yq FROM dockerproxy.com/library/golang:1.25-alpine AS golang FROM ccr.ccs.tencentyun.com/storezhang/alpine:3.20.0 AS builder