diff --git a/install.sh b/install.sh index 1b7d30a..2df2275 100644 --- 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.3" +export WEB_VERSION="${CORE_VERSION}" # Only use for pre-production / testing export CHECKOUT_BRANCHES=false