1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-28 20:20:57 +02:00

Merge pull request #233 from diginc/v3.3

v3.3
This commit is contained in:
Adam Hill 2018-02-22 11:04:42 -06:00 committed by GitHub
commit cdcc882d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
#!/bin/bash -ex
mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
export CORE_TAG='v3.2.1'
export WEB_TAG='v3.2.1'
export FTL_TAG='v2.13.2'
export USE_DEVELOPMENT_BRANCHES=true
export CORE_TAG='v3.3'
export WEB_TAG='v3.3'
export FTL_TAG='v3.0'
export USE_DEVELOPMENT_BRANCHES=false
if [[ $USE_DEVELOPMENT_BRANCHES == true ]] ; then
# install from custom hash or branch