From a92c8f40ea3d249ac0a6900dfa6ff87f88fd72dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:27:38 +0000 Subject: [PATCH] chore(deps): bump golang in /services/replication-controller/build Bumps golang from 1.25-alpine3.23 to 1.26-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/replication-controller/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/replication-controller/build/Dockerfile b/services/replication-controller/build/Dockerfile index 9771de2b..4f93aa87 100644 --- a/services/replication-controller/build/Dockerfile +++ b/services/replication-controller/build/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.23 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.23 AS builder ENV GOSUMDB=off