diff --git a/Dockerfile b/Dockerfile index 19df493884..69812be895 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:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:41aa13789c2fbdf63c87141749c609bcb97d4c16fcaa5347a18b7bc2bab92de8 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index 8e0a991873..f484448c7c 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:d09538ca02e6d66243c5cae8b637da1dbc42f9682f1022f9ef074a53ca5bf0e4 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:94ff94672c6a060a837aa9ee0344b653217cd6ca09f339ab8a7856f037301320 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 77c84fe73f..d37febf8f7 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:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:41aa13789c2fbdf63c87141749c609bcb97d4c16fcaa5347a18b7bc2bab92de8 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure