diff --git a/Dockerfile b/Dockerfile index a09e69313b..a2b01196db 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:eb5c75d5793ce5f474401b73d239aaa7d7bb2be99dcf1503828aef0e87f20387 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:e4b35f1ef570ebc9e5143ae959d836d99d83fd69647d57d075b1c2b328929095 AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index fd1dbb4b95..e38a45f3b5 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:eb5c75d5793ce5f474401b73d239aaa7d7bb2be99dcf1503828aef0e87f20387 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:e4b35f1ef570ebc9e5143ae959d836d99d83fd69647d57d075b1c2b328929095 AS builder ARG ENABLE_GIT_COMMAND=true ARG GOEXPERIMENT diff --git a/e2e.Dockerfile b/e2e.Dockerfile index d67b3831d9..1b71995e3d 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:eb5c75d5793ce5f474401b73d239aaa7d7bb2be99dcf1503828aef0e87f20387 +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10-bookworm@sha256:e4b35f1ef570ebc9e5143ae959d836d99d83fd69647d57d075b1c2b328929095 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure