From d63d36f2f8aad6618ec86e385d37a8f026f8add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:24:30 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.8-1037 to 8.8-1072 Bumps ubi8/ubi-minimal from 8.8-1037 to 8.8-1072. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a165134777..24ac9dfdc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN make build # GitOps Service image # Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components ################################################################################################ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1037 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN microdnf install shadow-utils \ diff --git a/Dockerfile.ci b/Dockerfile.ci index 1c62035090..2b81f16d94 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -27,7 +27,7 @@ RUN make build # GitOps Service image # Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components ################################################################################################ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1037 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN yum install shadow-utils \