From 1c0d16c2c136d8caf6aaaefa6d17800280fecf12 Mon Sep 17 00:00:00 2001 From: jbergner Date: Fri, 20 Feb 2026 08:15:01 +0100 Subject: [PATCH] updated to golang 1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cb5fa2..ce3e38d 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