chore: bump console to 5.0.6

This commit is contained in:
Torsten Dittmann
2024-08-27 14:27:52 +02:00
parent 78be575048
commit b1c047df47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:5.0.4
image: <?php echo $organization; ?>/console:5.0.6
restart: unless-stopped
networks:
- appwrite
+1 -1
View File
@@ -196,7 +196,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.4
image: appwrite/console:5.0.6
restart: unless-stopped
networks:
- appwrite