From 5c181bb40f78f10c376e7de5342655c006c17939 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 8 Sep 2023 19:46:17 +0000 Subject: [PATCH] Updating ironic-static-ip-manager images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/ed337d94faaaa3782fcccf3a54d9a2256ba2aa9b/images/ironic-static-ip-manager.yml --- Dockerfile.ocp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 46de062..89d2b60 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.14 +FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.15 RUN dnf install -y iproute jq && \ dnf clean all && \