From e78260cf8b27a38c4e9acc96989ef5f2f0a67762 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Sun, 10 May 2020 12:43:41 -0500 Subject: [PATCH] Fixing web version/build failure Signed-off-by: Adam Hill --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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