Merge pull request #9034 from appwrite/chore-bump-console-5.2.27

Bump console to version 5.2.27
This commit is contained in:
Steven Nguyen 2024-11-27 09:48:39 -08:00 committed by GitHub
commit 91be70babf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:5.2.25
image: <?php echo $organization; ?>/console:5.2.27
restart: unless-stopped
networks:
- appwrite

View file

@ -199,7 +199,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.2.25
image: appwrite/console:5.2.27
restart: unless-stopped
networks:
- appwrite