Fixing web version/build failure

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-05-10 12:43:41 -05:00
parent 6265a3c88f
commit e78260cf8b
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.3"
export WEB_VERSION="${CORE_VERSION}"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false