diff --git a/Dockerfile b/Dockerfile index 6aa63ae2..ecf0f05c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1749636489 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.6-1755529097 as builder USER 0