Merge pull request #9637 from appwrite/update-console

chore: update console
This commit is contained in:
Steven Nguyen 2025-04-11 20:22:47 -07:00 committed by GitHub
commit 67084374fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

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

4
composer.lock generated
View file

@ -8126,7 +8126,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
@ -8150,5 +8150,5 @@
"platform-overrides": {
"php": "8.3"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.6.0"
}

View file

@ -205,7 +205,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.2.56
image: appwrite/console:5.2.58
restart: unless-stopped
networks:
- appwrite