Dockerfile.test: Use fedora:31 for tests

This commit is contained in:
Brian C. Lane 2020-05-20 09:26:33 -07:00
parent d5f63c021a
commit 46ffa9484e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:31
RUN dnf -y install \
anaconda-tui \
libgit2-glib \