diff --git a/Dockerfile b/Dockerfile index 877bf30624..446a8a9141 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.23-bullseye@sha256:1343d816257978556e397062942d771a69d1388e7bd43e9496e264c246a32654 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index c094d742ae..7c7c080e16 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.23@sha256:af26f493c19a133cde46d9806115bee0fc3b16fb97951102ce041af9a95ba0ad AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:604f216cf31f683e3237f74997d787133f8af1d7958c0d37155745eb9515666a AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 1968be5dc9..22b331d5c7 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.23-bullseye@sha256:1343d816257978556e397062942d771a69d1388e7bd43e9496e264c246a32654 +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure