1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 09:09:07 +02:00

Merge pull request #157 from gregorycerna/master

update pi-hole to 3.1.4 and FTL to 2.10
This commit is contained in:
Adam Hill 2017-08-09 15:14:01 -05:00 committed by GitHub
commit 4fee2d3d0c

View File

@ -1,8 +1,8 @@
#!/bin/bash -ex #!/bin/bash -ex
mkdir -p /etc/pihole/ mkdir -p /etc/pihole/
export CORE_TAG='v3.1' export CORE_TAG='v3.1.4'
export WEB_TAG='v3.1' export WEB_TAG='v3.1'
export FTL_TAG='v2.9.4' export FTL_TAG='v2.10'
# Make pihole scripts fail searching for `systemctl`, # Make pihole scripts fail searching for `systemctl`,
# which fails pretty miserably in docker compared to `service` # which fails pretty miserably in docker compared to `service`