From fc92b9daec1b71bf1988edaf3a799a96624201f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:12:56 +0000 Subject: [PATCH] chore(deps): update docker.io/golang docker tag to v1.26.3 --- api/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Containerfile b/api/Containerfile index 2ae2107..126a94a 100644 --- a/api/Containerfile +++ b/api/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.25.10 AS build +FROM docker.io/golang:1.26.3 AS build WORKDIR /build COPY go.mod . COPY go.sum .