From ba873669c84a973ea3eac1dab4d7d684028bc8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:36:35 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a730695..897d528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update-cache --no-cache ca-certificates -FROM golang:1.26.0-alpine AS compilation +FROM golang:1.26.1-alpine AS compilation ARG CGO_ENABLED=0 ARG VERSION