diff --git a/Dockerfile b/Dockerfile index bccc0f77..7d0a7312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN ./build.sh && \ ################### # Builder ################### -FROM registry.redhat.io/rhel8/go-toolset:1.18 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.18 AS builder USER 0