diff --git a/build/Dockerfile b/build/Dockerfile index 663a7afbf..03aa0227f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -14,7 +14,7 @@ # # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder ENV GOPATH=/go/ USER root WORKDIR /devworkspace-operator