diff --git a/Dockerfile b/Dockerfile index 3489ff71..74f10ae6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN USER=netobserv VERSION=main make oc-commands RUN mkdir -p output # Create final image from ubi + built binary and command -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:1782708608 RUN microdnf install -y tar && \ microdnf clean all