mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 11:19:59 +01:00
Read DOCKER_VERSION from version file instead of env variable
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -59,7 +59,7 @@ if (!is_readable($versionsfile)) {
|
||||
}
|
||||
|
||||
// Get Pi-hole Docker Tag, if available
|
||||
$docker_current = htmlspecialchars(getenv('PIHOLE_DOCKER_TAG'));
|
||||
$docker_current = $versions['DOCKER_VERSION'];
|
||||
|
||||
// Get data from GitHub
|
||||
$core_latest = $versions['GITHUB_CORE_VERSION'];
|
||||
|
||||
Reference in New Issue
Block a user