From 37ba5d85ddd9822f075d52615a798352790ddec5 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Thu, 16 Sep 2021 13:10:29 +0000 Subject: [PATCH] tree: import changes from testing-devel at 196c0f02050e513cf118bd05313702f527ef0384 --- ci/buildroot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildroot/Dockerfile b/ci/buildroot/Dockerfile index 135644f4..8d086c13 100644 --- a/ci/buildroot/Dockerfile +++ b/ci/buildroot/Dockerfile @@ -7,4 +7,4 @@ # Ignition, rpm-ostree, ostree, coreos-installer, etc... FROM registry.fedoraproject.org/fedora:34 COPY . /src -RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20210706 +RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20210916