Prepped dev for 5.2 which will then goto master for tagging

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-11-29 12:55:27 -06:00
parent c90f3c5aa5
commit 9a94ade8dd
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
v5.1.2
v5.2

View File

@ -4,7 +4,8 @@ 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="v5.1.1"
# Set WEB_VERSION if core and web versions are different
#export WEB_VERSION="v5.1.1"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false