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 249a1fd01a

This commit is contained in:
CoreOS Bot
2023-11-08 03:49:47 +00:00
parent 9e22cd967c
commit c958f559f8
8 changed files with 8 additions and 8 deletions

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 quay.io/fedora/fedora:38
FROM quay.io/fedora/fedora:39
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf