diff --git a/install.sh b/install.sh index f174ec6..44341ca 100755 --- a/install.sh +++ b/install.sh @@ -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