diff --git a/build/dockerfiles/brew.Dockerfile b/build/dockerfiles/brew.Dockerfile index 24f0a89e..c28769d0 100644 --- a/build/dockerfiles/brew.Dockerfile +++ b/build/dockerfiles/brew.Dockerfile @@ -10,7 +10,7 @@ # # https://registry.access.redhat.com/rhel8/go-toolset -FROM rhel8/go-toolset:1.19.10-16 as builder +FROM rhel8/go-toolset:1.19.13-2 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 USER root diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index 18287427..d2816587 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.19.10-16 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 USER root