From 3d6b681874dff15834694142d3d04acd7b3b5242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:18:33 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.8-1072 to 8.8-1072.1696517598 Bumps ubi8/ubi-minimal from 8.8-1072 to 8.8-1072.1696517598. --- 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 24ac9dfdc8..db49a5817b 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-1072 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598 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 2b81f16d94..cb14184453 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-1072 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN yum install shadow-utils \