From 39ac92de32bb763e8e4402ad48112c1e8cce7ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:02:08 -0500 Subject: [PATCH] Bump ubi9/ubi-minimal from `1b6d711` to `c0e7038` (#198) Bumps ubi9/ubi-minimal from `1b6d711` to `c0e7038`. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27d9f75..5a8caef 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:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 ENV OCT_FOLDER=/usr/oct COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}