mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
Fixed docker container update state
This commit is contained in:
@@ -426,7 +426,7 @@ class DockerUpdate{
|
||||
*/
|
||||
$ch = getCurlHandle($manifestURL, 'HEAD');
|
||||
curl_setopt( $ch, CURLOPT_HTTPHEADER, [
|
||||
'Accept: application/vnd.docker.distribution.manifest.v2+json',
|
||||
'Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json',
|
||||
'Authorization: Bearer ' . $token
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user