diff --git a/Dockerfile b/Dockerfile index 654f9a90..c7e96a16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 as base +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13 as base WORKDIR /workspace diff --git a/build/Dockerfile.pr b/build/Dockerfile.pr index 41c6e218..87a4f665 100644 --- a/build/Dockerfile.pr +++ b/build/Dockerfile.pr @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13 USER 0 RUN dnf install -y openssh-clients git podman make which go jq python3 RUN mkdir /root/go -p