diff --git a/Dockerfile b/Dockerfile index 5e35e5c8e..8544d0124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22@sha256:83d3f5ddeb0687a6fe2ffad3c76397f5e4d0a30d35fc4a5262e28dd52e6f7d7d as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22@sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.asserts b/Dockerfile.asserts index ac8790712..73ea26fae 100644 --- a/Dockerfile.asserts +++ b/Dockerfile.asserts @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22@sha256:83d3f5ddeb0687a6fe2ffad3c76397f5e4d0a30d35fc4a5262e28dd52e6f7d7d as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22@sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 as builder WORKDIR /workspace