diff --git a/Dockerfile b/Dockerfile index c5004d0..bcf4130 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:latest as builder +FROM registry.access.redhat.com/ubi9/go-toolset:latest as builder USER root