Merge pull request #115 from diginc/dev

2.13.2 upgrade
This commit is contained in:
Adam Hill 2017-03-14 22:33:30 -05:00 committed by GitHub
commit ee6a452ca5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -x
mkdir -p /etc/pihole/
export CORE_TAG='v2.13.1'
export WEB_TAG='v2.5.1'
export CORE_TAG='v2.13.2'
export WEB_TAG='v2.5.2'
# Make pihole scripts fail searching for `systemctl`,
# which fails pretty miserably in docker compared to `service`