From 303cfe029404dadef3aa3fc10de8eabe714e765c Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 21 Jun 2018 10:38:36 -0500 Subject: [PATCH] Move Fedora CI to fedora 28 This is to easily get the updated efivar 33 dependency --- 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 d4bf230a8..ec3d87b0d 100644 --- a/contrib/ci/Dockerfile-fedora.in +++ b/contrib/ci/Dockerfile-fedora.in @@ -1,4 +1,4 @@ -FROM fedora:27 +FROM fedora:28 %%%OS%%% ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en