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

chore: upgrade console
This commit is contained in:
Torsten Dittmann 2024-08-23 22:19:34 +02:00 committed by GitHub
commit 5b4444804b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -195,7 +195,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.0-rc18
image: appwrite/console:5.0.1
restart: unless-stopped
networks:
- appwrite