From 122c204bfa456d987c1133aa55b63aaa83935cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:35:14 +0000 Subject: [PATCH] build(deps): bump oss/go/microsoft/golang Bumps the all group with 1 update in the / directory: oss/go/microsoft/golang. Updates `oss/go/microsoft/golang` from 1.25.9-bookworm to 1.25.10-bookworm --- updated-dependencies: - dependency-name: oss/go/microsoft/golang dependency-version: 1.25.10-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- cloud-node-manager.Dockerfile | 2 +- e2e.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a5912b3c0..f1f0806600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:be019132e08df4bbbf4edfaffbc8101209f82b2ab7a13bd742dbe5bc6c3c0342 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:10cbaa2dbfb6b72f80420c3f40bd0bce85f9483ee268320337fa8f18c12e0b1f AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index 57f01faaef..c66bbd2914 100644 --- a/cloud-node-manager.Dockerfile +++ b/cloud-node-manager.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:be019132e08df4bbbf4edfaffbc8101209f82b2ab7a13bd742dbe5bc6c3c0342 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:10cbaa2dbfb6b72f80420c3f40bd0bce85f9483ee268320337fa8f18c12e0b1f AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 17a4c40c3d..6276280f12 100644 --- a/e2e.Dockerfile +++ b/e2e.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9-bookworm@sha256:40d08f7dabacbcfa0efd6d091bb475e0d7c559de744fa6b31e896bffe8f92575 +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:10cbaa2dbfb6b72f80420c3f40bd0bce85f9483ee268320337fa8f18c12e0b1f WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure