From a6737d132758df6e0d7d71770a3976072f14968d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:00:12 +0000 Subject: [PATCH] Update golang Docker tag to v1.25.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0453ce6..1cba586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=bind,target=. \ yamllint -v && yamllint -s -f colored . # ========================================================= -FROM golang:1.25.5-alpine AS init +FROM golang:1.25.6-alpine AS init WORKDIR /go/src RUN \ --mount=source=init,target=. \