Merge pull request #9833 from appwrite/chore-upgrade-console

Chore: Upgrade console
This commit is contained in:
Matej Bačo 2025-05-20 14:17:18 +02:00 committed by GitHub
commit 00e3397b56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -213,7 +213,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:6.0.7
image: appwrite/console:6.0.8
restart: unless-stopped
networks:
- appwrite