diff --git a/Dockerfile b/Dockerfile index 5d6a6a7f..c68e744a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,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.5 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1734495538 WORKDIR / COPY --from=builder /opt/app-root/build . COPY --from=builder --chown=65532:65532 /opt/app-root/output /output diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 2acf5413..3a4a87b6 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -32,7 +32,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.5 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1734495538 WORKDIR / COPY --from=builder /opt/app-root/build . COPY --from=builder --chown=65532:65532 /opt/app-root/output /output