diff --git a/Dockerfile b/Dockerfile index 0a23bc0c..20e7366e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 548ee6cd..17bc77d9 100644 --- a/build/Dockerfile.pr +++ b/build/Dockerfile.pr @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7 +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p