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
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
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