diff --git a/Dockerfile b/Dockerfile index ac7e1d1c..41803ed9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build the manager binary # For more details and updates, refer to # https://catalog.redhat.com/software/containers/ubi9/go-toolset/61e5c00b4ec9945c18787690 -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.10 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1734626445 AS builder # Copy the Go Modules manifests COPY go.mod go.mod