Bump console to version 5.2.25

This commit is contained in:
Steven Nguyen
2024-11-22 22:39:24 +00:00
committed by GitHub
parent 54ec39f513
commit 98d78163a2
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