From 9e641d8329af786ce544397c02c89baecd176ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:39:16 +0000 Subject: [PATCH] Bump ubi8/ubi from 8.10-901.1716482497 to 8.10-901.1717584420 Bumps ubi8/ubi from 8.10-901.1716482497 to 8.10-901.1717584420. --- updated-dependencies: - dependency-name: ubi8/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3888d2e2..68dbdc7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716482497 as base +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1717584420 as base ### Pre-install dependencies # These packages will end up in the final image @@ -8,7 +8,7 @@ RUN yum --assumeyes install \ && yum clean all; ### Build backplane-cli -FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716482497 as bp-cli-builder +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1717584420 as bp-cli-builder RUN yum install --assumeyes \ make \ @@ -32,7 +32,7 @@ RUN cp ./ocm-backplane /out RUN chmod -R +x /out ### Build dependencies -FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1716482497 as dep-builder +FROM registry.access.redhat.com/ubi8/ubi:8.10-901.1717584420 as dep-builder RUN yum install --assumeyes \ jq \