From 68c698ea60c3666eeec6aa65b812083fcabf1d68 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 27 Apr 2021 15:15:27 +0100 Subject: [PATCH] trivial: Move the Fedora CI to a supported release --- 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 d9fb142a6..4be012066 100644 --- a/contrib/ci/Dockerfile-fedora.in +++ b/contrib/ci/Dockerfile-fedora.in @@ -1,4 +1,4 @@ -FROM fedora:32 +FROM fedora:34 %%%OS%%% ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en