mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-05-08 09:48:31 +01:00
update pi-hole to 3.1.4 and FTL to 2.10
This commit is contained in:
+2
-2
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user