From ce657bb6bae091c0b0fa50dc01aae4695add2c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:34:41 +0000 Subject: [PATCH] build(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 34d71a6..99b7af5 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