From 8cb0cd94816ff2608c13c0c676ab307abcc81b09 Mon Sep 17 00:00:00 2001 From: gregory Date: Wed, 9 Aug 2017 14:33:41 -0500 Subject: [PATCH] update pi-hole to 3.1.4 and FTL to 2.10 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e28b31b..e3211ab 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ #!/bin/bash -ex mkdir -p /etc/pihole/ -export CORE_TAG='v3.1' +export CORE_TAG='v3.1.4' export WEB_TAG='v3.1' -export FTL_TAG='v2.9.4' +export FTL_TAG='v2.10' # Make pihole scripts fail searching for `systemctl`, # which fails pretty miserably in docker compared to `service`