diff --git a/Dockerfile b/Dockerfile index 6d47c670..ae8c474b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-1779891713 AS build-stage0 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1781720109 AS build-stage0 ARG OC_VERSION="stable-4.15" ENV OC_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}" @@ -146,7 +146,7 @@ RUN chmod +x /out/osdctl # Make binaries executable RUN chmod -R +x /out -FROM registry.access.redhat.com/ubi8/ubi:8.10-1779891713 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1781720109 RUN yum -y install \ python3.11 python3.11-pip jq openssh-clients sshpass \ && yum clean all