This commit is contained in:
Adam Warner
2022-09-02 21:59:40 +01:00
parent eff52d65da
commit 4c8084c06c
2 changed files with 5 additions and 3 deletions

View File

@@ -83,6 +83,9 @@ if (!is_readable($versionsfile)) {
$docker_update = false;
} else {
$docker_update = checkUpdate($docker_current, $docker_latest);
$dockerUrl = 'https://github.com/pi-hole/docker-pi-hole/releases';
$dockerVersionStr = '<a href="'.$dockerUrl.'/'.$docker_current.'" rel="noopener" target="_blank">'.$docker_current.'</a>';
}
} else {
// Components comparison
@@ -99,7 +102,6 @@ if (!is_readable($versionsfile)) {
$coreUrl = 'https://github.com/pi-hole/pi-hole/releases';
$webUrl = 'https://github.com/pi-hole/AdminLTE/releases';
$ftlUrl = 'https://github.com/pi-hole/FTL/releases';
$dockerUrl = 'https://github.com/pi-hole/docker-pi-hole/releases';
// Version strings
// If "vDev" show branch/commit, else show link