diff --git a/Dockerfile b/Dockerfile index cc2f0973c0..71426969b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 AS builder +FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index e50143b0ab..4798de4316 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 golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 AS builder +FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index a17affdab5..4b87fde464 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 golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 +FROM golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure