From b30d7c1959a57a2604cf0c3d61e2135577fdb546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:56:29 +0000 Subject: [PATCH] chore(deps): bump golang from 1.24-alpine3.22 to 1.26-alpine3.22 Bumps golang from 1.24-alpine3.22 to 1.26-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.22 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 d5df244f0..561553f6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/golang:1.24-alpine3.22 AS builder +FROM --platform=$BUILDPLATFORM docker.io/golang:1.26-alpine3.22 AS builder ARG TARGETPLATFORM ARG BUILDPLATFORM