From 9aa0676ba5370c6d21aa0f2577db5b4513e6f5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:48:27 -0400 Subject: [PATCH] chore(deps): bump ubi8/ubi-minimal from `9e458f4` to `5f1cd34` in /build (#1409) Bumps ubi8/ubi-minimal from `9e458f4` to `5f1cd34`. --- 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 5041cbc86..6489bc180 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:9e458f41ff8868ceae00608a6fff35b45fd8bbe967bf8655e5ab08da5964f4d0 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:5f1cd3422d5d46aea35dac80825dbcbd58213eef49c317f42a394345fb4e8ff1 ENV OPERATOR=/usr/local/bin/argocd-operator \ USER_UID=1001 \