diff --git a/Dockerfile b/Dockerfile index 94dccf0..f8780c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN ./get_conditions.sh ################### # Builder ################### -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 AS builder USER 0