From a2836c0378d26f23ebf7efb26a1e0400cd312050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:45:08 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index edc6e97..a36d290 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=bind,target=. \ yamllint -v && yamllint -s -f colored . # ========================================================= -FROM golang:1.26.5-alpine AS init +FROM golang:1.26.6-alpine AS init WORKDIR /go/src RUN \ --mount=source=init,target=. \