From 09a412b338393e58340936cb82b94f834ddb8061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:40:52 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi-minimal from `5f1cd34` to `c12e67a` in /build Bumps ubi8/ubi-minimal from `5f1cd34` to `c12e67a`. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6489bc180..a32c8f6ae 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # RHEL 8 Universal Base Image created 2021-05-04T17:20:18.408117Z -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:5f1cd3422d5d46aea35dac80825dbcbd58213eef49c317f42a394345fb4e8ff1 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83 ENV OPERATOR=/usr/local/bin/argocd-operator \ USER_UID=1001 \