From c51919aa9f79834583061e8682949832047aaf7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:14:00 +0200 Subject: [PATCH] chore(deps): update golang docker tag to v1.26 (#986) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea8a08b..77c6a9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG LDFLAGS=-s -w # Use a temporary build image based on Golang 1.20-alpine -FROM golang:1.25-alpine as builder +FROM golang:1.26-alpine as builder # Set environment variables: linker flags and disable CGO ENV LDFLAGS=$LDFLAGS CGO_ENABLED=0