From fd29a55a95b9f1f0ed4fa3c7b7d5985a7aa23081 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 1 Apr 2021 20:23:25 +0000 Subject: [PATCH] Updating ironic-static-ip-manager images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/0c10ae924af72f1c759cf8b24b50de94c02e6268/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 7d602a0..914d847 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8 RUN dnf install -y iproute jq && \ dnf clean all && \