From ae374a544f8b38b03228e94871459b0a5dd7faf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:06:58 -0600 Subject: [PATCH] Bump ubi9/ubi-minimal from `d85040b` to `dee813b` (#241) Bumps ubi9/ubi-minimal from `d85040b` to `dee813b`. --- 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 5971729..b86da5b 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:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:dee813b83663d420eb108983a1c94c614ff5d3fcb5159a7bd0324f0edbe7fca1 ENV OCT_FOLDER=/usr/oct COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}