From 03ce21c61fb6fb442a969c6640a5b6eec1715a98 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 12 Sep 2019 15:23:00 +0100 Subject: [PATCH] Move to CI Fedora 30 Fedora 29 is EOL in just a few weeks. --- contrib/ci/Dockerfile-fedora.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/Dockerfile-fedora.in b/contrib/ci/Dockerfile-fedora.in index 6f6994316..4a65f3696 100644 --- a/contrib/ci/Dockerfile-fedora.in +++ b/contrib/ci/Dockerfile-fedora.in @@ -1,4 +1,4 @@ -FROM fedora:29 +FROM fedora:30 %%%OS%%% ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en