diff --git a/Dockerfile b/Dockerfile index 0a23bc0c..f143a7e1 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.9-1 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 548ee6cd..3b9db676 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.9-1 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p