diff --git a/Dockerfile b/Dockerfile index 6281035b..d0e084bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,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:9.4 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1734495538 WORKDIR / COPY --from=builder /opt/app-root/build . diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 66b3a08f..80428326 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -35,7 +35,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:9.4 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1734495538 WORKDIR / COPY --from=builder /opt/app-root/build .