diff --git a/Dockerfile b/Dockerfile index d681fef..07d8aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN ./oct fetch --operator --container --helm && \ # Copy the oct folder to a new minimal flattened image to reduce size. # It should also hide the pull token. -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 ENV OCT_FOLDER=/usr/oct COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}