From 18e6b73cfdd0eb30e257f7169bbe45fbb0483452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:48:55 +0000 Subject: [PATCH] build(deps): bump ubi9/ubi-minimal from `1b6d711` to `c0e7038` Bumps ubi9/ubi-minimal from `1b6d711` to `c0e7038`. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.ubi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi b/Dockerfile.ubi index 075088acd5..c916b83bb5 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -37,7 +37,7 @@ ARG STATIC_LINK=no RUN make # hash below referred to latest -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 ARG version USER root