Merge pull request #9020 from appwrite/chore-bump-console-5.2.25

Bump console to version 5.2.25
This commit is contained in:
Christy Jacob 2024-11-25 17:24:25 +01:00 committed by GitHub
commit 33fad2cb23
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.0.12
image: <?php echo $organization; ?>/console:5.2.25
restart: unless-stopped
networks:
- appwrite

View file

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