Merge pull request #9495 from appwrite/chore-bump-console-5.2.53

Bump console to version 5.2.53
This commit is contained in:
Steven Nguyen
2025-03-14 16:35:22 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
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.27
image: <?php echo $organization; ?>/console:5.2.53
restart: unless-stopped
networks:
- appwrite
+1 -1
View File
@@ -201,7 +201,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.2.27
image: appwrite/console:5.2.53
restart: unless-stopped
networks:
- appwrite