From bbdf2887e1bb7b0af35d679015c6903735e772c2 Mon Sep 17 00:00:00 2001 From: mr-bolle Date: Mon, 9 Oct 2017 17:13:31 +0200 Subject: [PATCH] update pi-hole to FTL to 2.11.1 https://github.com/pi-hole/FTL/releases/tag/v2.11.1 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e3211ab..97a19e4 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ mkdir -p /etc/pihole/ export CORE_TAG='v3.1.4' export WEB_TAG='v3.1' -export FTL_TAG='v2.10' +export FTL_TAG='v2.11.1' # Make pihole scripts fail searching for `systemctl`, # which fails pretty miserably in docker compared to `service`