From c6e4c5f5b036a547953c695523347a434038bd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:17:38 +0200 Subject: [PATCH] Bump ubi9/ubi-minimal from `dee813b` to `daa61d6` (#249) Bumps ubi9/ubi-minimal from `dee813b` to `daa61d6`. --- 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 7823854..6fd217c 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:dee813b83663d420eb108983a1c94c614ff5d3fcb5159a7bd0324f0edbe7fca1 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 ENV OCT_FOLDER=/usr/oct COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}