From 5f3f5b5461334b05b5972bc429048a5877c9e256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 07:39:11 -0400 Subject: [PATCH] chore(deps): bump ubi8/ubi-minimal from `2fa47fa` to `f729a7f` in /build (#1376) Bumps ubi8/ubi-minimal from `2fa47fa` to `f729a7f`. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index dcf41582f..26308c4aa 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:2fa47fa9df7b98e2776f447855699c01d06c3271b2d7259b8b314084580cf591 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:f729a7f5685ea823e87ffd68aff988f2b8ff8d52126ade4e6de7c68088f28ebd ENV OPERATOR=/usr/local/bin/argocd-operator \ USER_UID=1001 \