feat: bump console to version 7.4.4

This commit is contained in:
Steven Nguyen
2025-10-09 16:19:42 -07:00
parent 0a809f85f2
commit 01765fd27f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:7.1.11
image: <?php echo $organization; ?>/console:7.4.4
restart: unless-stopped
networks:
- appwrite
+1 -1
View File
@@ -219,7 +219,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:7.1.11
image: appwrite/console:7.4.4
restart: unless-stopped
networks:
- appwrite