From d67122dffc82456040960abb62c02b8a7103ab22 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Sun, 16 Jun 2019 11:13:23 -0700 Subject: [PATCH] Pin the Fedora test docker container to 29 The tests are currently failing due to a change in Fedora 30, which we are not currently supporting. Signed-off-by: Mcat12 --- test/fedora.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fedora.Dockerfile b/test/fedora.Dockerfile index c4834388..8c27bbcc 100644 --- a/test/fedora.Dockerfile +++ b/test/fedora.Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM fedora:29 ENV GITDIR /etc/.pihole ENV SCRIPTDIR /opt/pihole