diff --git a/Dockerfile b/Dockerfile index 96596e185..a5ca44f33 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.7-1773939694 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 RUN microdnf install -y tar && \ microdnf clean all diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 5c5cd53a4..62a0ff883 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -34,7 +34,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM RUN mkdir -p output # Create final image from ubi-minimal + built binary and command -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 ARG BUILDVERSION ARG BUILDVERSION_Y