Use fedora:35 for Dockerfile.test

This commit is contained in:
Brian C. Lane 2021-11-08 14:47:56 -08:00
parent e70c2de02d
commit e3694eaf58
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:35
COPY test-packages .
RUN dnf -y install $(cat test-packages) && touch /.in-container
RUN useradd weldr