From f6e0f0430f8fc640844f1ff4fd4eadcbc855c06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:34:39 +0000 Subject: [PATCH] Bump golang in the docker group across 1 directory Bumps the docker group with 1 update in the / directory: golang. Updates `golang` from 1.25-alpine3.24 to 1.26-alpine3.24 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.24 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6b7a14..5bb3c40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.5.1 FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.24 AS base +FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.24 AS base ENV GO111MODULE=auto ENV CGO_ENABLED=0