docker: Upgrade cerbero image to use fedora 30

This commit is contained in:
Edward Hervey 2019-09-05 17:25:37 +02:00
parent 20f5d7d646
commit c732a9234c

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:29
FROM registry.fedoraproject.org/fedora:30
# System setup
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \