From 397faaaabdf5738a876dd7dbe7b5b3446709eb25 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Thu, 9 Jul 2026 21:00:14 +0200 Subject: [PATCH] docker: use Go 1.26.5 release instead of 1.27rc2 Co-Authored-By: Claude Opus 4.8 (1M context) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7adef74..c01ec25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM --platform=$BUILDPLATFORM golang:1.27rc2-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine AS builder # Declare automatic platform ARGs to make them available in build stage # See https://docs.docker.com/reference/dockerfile#automatic-platform-args-in-the-global-scope