From 3f0a7d85b1a5386697fda4aa75e0a35f301af41a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 16 Feb 2021 19:50:09 +0000 Subject: [PATCH] bump web version Signed-off-by: Adam Warner --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fef00ac..c120dd6 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)" export WEB_VERSION="${CORE_VERSION}" export PIHOLE_SKIP_OS_CHECK=true # Overwrite WEB_VERSION if core and web versions are different -export WEB_VERSION="v5.3.2" +export WEB_VERSION="v5.4" # Only use for pre-production / testing export CHECKOUT_BRANCHES=false