From 588475cddfc97949399c751e0602f9d2a6ee31f5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 26 Aug 2024 17:51:03 +0200 Subject: [PATCH] chore: bump console version --- app/views/install/compose.phtml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 210a3e57b7..d03fe7bbb2 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -166,7 +166,7 @@ $image = $this->getParam('image', ''); appwrite-console: <<: *x-logging container_name: appwrite-console - image: /console:5.0.1 + image: /console:5.0.4 restart: unless-stopped networks: - appwrite diff --git a/docker-compose.yml b/docker-compose.yml index 5baa04813d..8f9c2b90f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -195,7 +195,7 @@ services: appwrite-console: <<: *x-logging container_name: appwrite-console - image: appwrite/console:5.0.1 + image: appwrite/console:5.0.4 restart: unless-stopped networks: - appwrite