1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 2e8a2ee0f2

This commit is contained in:
CoreOS Bot
2022-11-16 03:08:20 +00:00
parent a8a0bfc034
commit d8c8ffb320

View File

@@ -5,6 +5,6 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM registry.fedoraproject.org/fedora:36
FROM registry.fedoraproject.org/fedora:37
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20220119
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf