From 37618a48fe896628feebb7237ec08ae6a05087bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:57:45 +0000 Subject: [PATCH] Update golang Docker tag to v1.26 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c929013..842bcb0 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG VERSION=latest -FROM golang:1.22-alpine as BUILD +FROM golang:1.26-alpine as BUILD ARG VERSION RUN apk add --no-cache gcc g++ make