From bbaab3bab8472a47de2e8f737a63b80b9d7d1592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:45:03 +0000 Subject: [PATCH] chore(deps): bump golang from 1.25-alpine to 1.26-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26d73e8..a6197db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ## ## Build ## -FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build +FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS build ARG TARGETOS ARG TARGETARCH