diff --git a/Dockerfile b/Dockerfile index 0c2c9af..c00be47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4-8 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as builder WORKDIR /workspace # Copy the Go Modules manifests