diff --git a/Dockerfile b/Dockerfile index 7e04bec..45e3a3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN ./get_conditions.sh ################### # Builder ################### -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 AS builder USER 0