diff --git a/Dockerfile b/Dockerfile index 2d8b9cc3..05d59399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1773851748 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782910875 as builder # Required by the ubi based go-toolset image USER root