From 053c13843f46ca1a6dced3f1aef19dff525b9f5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:55:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.26.5 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index e50f9620..36d3e152 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -67,7 +67,7 @@ RUN mkdir -p /out \ done # ---- build: compile the Go binary, embedding the freshly built assets -FROM golang:1.26.4-alpine3.24 AS build +FROM golang:1.26.5-alpine3.24 AS build # short git commit hash of the source being built, injected into config.Revision # so the running binary reports its exact build in the footer. The build context