From 60d4fc9f69718e9f9bc48f6d324946725148c468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:54:20 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from `daa61d6` to `b870979` Bumps ubi9/ubi-minimal from `daa61d6` to `b870979`. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a6e426c9..e710d88e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ FROM quay.io/redhat-best-practices-for-k8s/oct:latest AS db # Copy the state into a new flattened image to reduce size. # TODO run as non-root -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 ENV \ CERTSUITE_DIR=/usr/certsuite \