diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index 73abe4ce..00b4937f 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -10,7 +10,7 @@ # # https://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.21.11-8 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 USER root