diff --git a/Dockerfile b/Dockerfile index ab71a04fa..9f5afbdab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.asserts b/Dockerfile.asserts index 1674c2f85..43c8ba5c4 100644 --- a/Dockerfile.asserts +++ b/Dockerfile.asserts @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder WORKDIR /workspace