diff --git a/Dockerfile b/Dockerfile index c33fe284d6..faaeb84032 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.9-bookworm@sha256:40d08f7dabacbcfa0efd6d091bb475e0d7c559de744fa6b31e896bffe8f92575 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.9-bookworm@sha256:6a352199f0df6d3f7cec1a57aa9b181a5d233c96c7096ec59b3ca6946ac12583 AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index c19aed6e18..8694ca3a09 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.9-bookworm@sha256:40d08f7dabacbcfa0efd6d091bb475e0d7c559de744fa6b31e896bffe8f92575 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.9-bookworm@sha256:6a352199f0df6d3f7cec1a57aa9b181a5d233c96c7096ec59b3ca6946ac12583 AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 17a4c40c3d..5dd2502d19 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.9-bookworm@sha256:6a352199f0df6d3f7cec1a57aa9b181a5d233c96c7096ec59b3ca6946ac12583 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure