diff --git a/Dockerfile b/Dockerfile index 4c7eb24..6b5c05f 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.9-1 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724233645 as builder # Copy the Go Modules manifests COPY go.mod go.mod