From 5bfe1f229c3911ff12a8dc61ada2c23f77aba656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 07:15:33 +0000 Subject: [PATCH] chore(deps): Bump golang from 1.25-alpine to 1.26-alpine in /docker Bumps golang from 1.25-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/go.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/go.Dockerfile b/docker/go.Dockerfile index 3f41382..bd41361 100644 --- a/docker/go.Dockerfile +++ b/docker/go.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.4 # Go execution environment with BuildKit optimizations -FROM golang:1.25-alpine +FROM golang:1.26-alpine # Install common tools RUN apk add --no-cache \