diff --git a/Dockerfile b/Dockerfile index e937f524..0a23bc0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728 as base WORKDIR /workspace