From fa9976a9e2529f0f9f70cbf6a6bcb3b649ccfffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:57:09 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1179.1741863533 to 8.10-1295 Bumps ubi8/ubi-minimal from 8.10-1179.1741863533 to 8.10-1295. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1295 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 35b475993..8ce18ed50 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.10-1179.1741863533 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 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 31b2c1d5b..140992018 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.10-1179.1741863533 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN yum install shadow-utils \