Changed the docker fedora tag to latest.

It was set to fedora:31 which does not receives any updates now.
This will enable testing of new versions of libraries as libmodulemd
for example.

Signed-off-by: Martin Curlej <mcurlej@redhat.com>
This commit is contained in:
Martin Curlej
2021-01-06 14:56:50 +01:00
parent d3656b159b
commit 013388cc62

View File

@@ -1,4 +1,4 @@
FROM fedora:31
FROM fedora:latest
WORKDIR /build
RUN dnf -y install \