From 787c539042abeb2de253c07a2f3d1855b8155cf8 Mon Sep 17 00:00:00 2001 From: jbergner Date: Fri, 20 Feb 2026 08:15:11 +0100 Subject: [PATCH] updated to golang 1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6044cd1..f5a8d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build WORKDIR /app # Optional: git + certs for private modules; cache modules and build cache