diff --git a/.github/build/Dockerfile b/.github/build/Dockerfile index 0bbb99ad3..28744e826 100644 --- a/.github/build/Dockerfile +++ b/.github/build/Dockerfile @@ -1,4 +1,4 @@ -ARG CI_BASE=registry.access.redhat.com/ubi8/go-toolset:1.21 +ARG CI_BASE=registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 FROM ${CI_BASE} as stage1 diff --git a/Dockerfile b/Dockerfile index c79fc679e..6019979a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 as builder ARG TARGETOS ARG TARGETARCH