From 196a5c4cb700fc2a1d22049875fed8ce8a2ad7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:10:45 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.8-1072.1696517598 to 8.9-1029 in /build Bumps ubi8/ubi-minimal from 8.8-1072.1696517598 to 8.9-1029. --- 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 2a5c8135..8a2dd0ce 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -5,7 +5,7 @@ COPY . /workdir WORKDIR /workdir RUN make -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029 ENV OPERATOR=/usr/local/bin/deployment-validation-operator \ USER_UID=1001 \