From f28a172392563e3344018375d83c32ec33e86bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:30:22 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b41c3a4..2636020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=bind,target=. \ yamllint -v && yamllint -s -f colored . # ========================================================= -FROM golang:1.26.1-alpine AS init +FROM golang:1.26.2-alpine AS init WORKDIR /go/src RUN \ --mount=source=init,target=. \