From bd2f650ed021c38c125b6ede84ba6bcd0fada39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:04:27 +0000 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from `9a9149d` to `8e68a73` Bumps ubi8/ubi-minimal from `9a9149d` to `8e68a73`. --- updated-dependencies: - dependency-name: ubi8/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 27ed94cd38..5798e86c70 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -33,7 +33,7 @@ ARG BPF_ENABLED=0 RUN make # hash below referred to latest -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:9a9149dbba8dc5a961dfec460018c245b49da0f52e9934e1a70dd4d42f9fc5b7 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:8e68a739db66e514ce9ccfac7421e83d03180045e0a16ccf949cdac884150e5f ARG version USER root