update pi-hole to FTL to 2.11.1

https://github.com/pi-hole/FTL/releases/tag/v2.11.1
This commit is contained in:
mr-bolle 2017-10-09 17:13:31 +02:00 committed by GitHub
parent 11a49ca9e6
commit bbdf2887e1
1 changed files with 1 additions and 1 deletions

View File

@ -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`