mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
Update check - move to head request instead of get request
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
faf1e4b2a9
commit
96e22fbc31
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class DockerHubManager
|
|||
if(isset($decodedBody['token'])) {
|
||||
$authToken = $decodedBody['token'];
|
||||
$manifestRequest = $this->guzzleClient->request(
|
||||
'GET',
|
||||
'HEAD',
|
||||
'https://registry-1.docker.io/v2/'.$name.'/manifests/' . $tag,
|
||||
[
|
||||
'headers' => [
|
||||
|
|
Loading…
Reference in a new issue