diff --git a/oci/Containerfile b/oci/Containerfile index c6f160d1..1720a39b 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -1,5 +1,5 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.19 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.19.10-14 as builder USER root WORKDIR /workspace