diff --git a/build/dockerfiles/brew.Dockerfile b/build/dockerfiles/brew.Dockerfile index 2a6b3e2..6852d2b 100644 --- a/build/dockerfiles/brew.Dockerfile +++ b/build/dockerfiles/brew.Dockerfile @@ -9,7 +9,7 @@ # Red Hat, Inc. - initial API and implementation # # https://registry.access.redhat.com/rhel8/go-toolset -FROM rhel8/go-toolset:1.20.10-10 as builder +FROM rhel8/go-toolset:1.20.12-5 as builder ENV GOPATH=/go/ \ GO111MODULE=on