diff --git a/Dockerfile b/Dockerfile index 2e1040b8..e7e35cb8 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.7-1763340522 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.7-1764578509 WORKDIR / COPY --from=builder /opt/app-root/build . diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 4d61ec5f..7ea74c92 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -36,7 +36,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM RUN mkdir -p output # Create final image from ubi + built binary and command -FROM registry.access.redhat.com/ubi9/ubi:9.7-1763340522 +FROM registry.access.redhat.com/ubi9/ubi:9.7-1764578509 ARG BUILDVERSION ARG BUILDVERSION_Y