diff --git a/Dockerfile b/Dockerfile index cfc37058b5..608640bcde 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.24.10-bookworm@sha256:1f64a5fcaceed6fc86bade6c8c8a5aa98f29eb0f91ddcf9365883d6410282e24 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.24.10-bookworm@sha256:3bae0d4d6e14603cd59320714458ea9c18e985100ca07ec4603dbfdd4d8d47dd AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index 8d06b10fff..0b7f6034d1 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.24.10-bookworm@sha256:1f64a5fcaceed6fc86bade6c8c8a5aa98f29eb0f91ddcf9365883d6410282e24 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.24.10-bookworm@sha256:3bae0d4d6e14603cd59320714458ea9c18e985100ca07ec4603dbfdd4d8d47dd AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 4651138b7f..66bff84c79 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.24.10-bookworm@sha256:1f64a5fcaceed6fc86bade6c8c8a5aa98f29eb0f91ddcf9365883d6410282e24 +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.24.10-bookworm@sha256:3bae0d4d6e14603cd59320714458ea9c18e985100ca07ec4603dbfdd4d8d47dd WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure