From 9f28143cb65846f9e042de80a5bb6c0ff215f6d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:36:41 +0000 Subject: [PATCH] chore(deps): update docker.io/golang docker tag to v1.26.0 --- api/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Containerfile b/api/Containerfile index 2da0108..bb5d086 100644 --- a/api/Containerfile +++ b/api/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.25.7 AS build +FROM docker.io/golang:1.26.0 AS build WORKDIR /build COPY go.mod . COPY go.sum .