Merge pull request #513 from pi-hole/v4.3.2-web

v4.3.2 web
This commit is contained in:
Adam Hill 2019-09-22 15:03:29 -05:00 committed by GitHub
commit 49ed8a0b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
# Production tags with valid web footers
export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="v4.3"
export WEB_VERSION="$(cat /etc/docker-pi-hole-version)"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false