From d7197d53193daa03604911c48c67e03e9b4c7b67 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 7 Jan 2020 09:31:35 +0000 Subject: [PATCH] trivial: Move the Fedora CI image to F31 --- 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 4a65f3696..d97ee6710 100644 --- a/contrib/ci/Dockerfile-fedora.in +++ b/contrib/ci/Dockerfile-fedora.in @@ -1,4 +1,4 @@ -FROM fedora:30 +FROM fedora:31 %%%OS%%% ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en