1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Revert "Update appwrite base image"

This commit is contained in:
Christy Jacob 2023-12-07 17:37:15 +01:00 committed by GitHub
parent 14e2488f98
commit ea3b9ca0ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ ENV VITE_APPWRITE_GROWTH_ENDPOINT=$VITE_APPWRITE_GROWTH_ENDPOINT
RUN npm ci
RUN npm run build
FROM appwrite/base:0.4.5 as final
FROM appwrite/base:0.4.3 as final
LABEL maintainer="team@appwrite.io"

View file

@ -29,7 +29,7 @@ class AvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(18546, \strlen($creditCardIcon['body']));
$this->assertEquals(18767, \strlen($creditCardIcon['body']));
return $creditCardIcon['body'];
}
@ -50,7 +50,7 @@ class AvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(13328, \strlen($browserIcon['body']));
$this->assertEquals(11100, \strlen($browserIcon['body']));
return $browserIcon['body'];
}
@ -71,7 +71,7 @@ class AvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(8830, \strlen($countryFlag['body']));
$this->assertEquals(7460, \strlen($countryFlag['body']));
return $countryFlag['body'];
}
@ -92,7 +92,7 @@ class AvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(52601, \strlen($image['body']));
$this->assertEquals(36036, \strlen($image['body']));
return $image['body'];
}
@ -134,7 +134,7 @@ class AvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(29444, \strlen($qrCode['body']));
$this->assertEquals(14771, \strlen($qrCode['body']));
return $qrCode['body'];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB