From 853bd9a67cac5b87447adcbceea752f0fece0ed0 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 23 Aug 2024 22:11:37 +0200 Subject: [PATCH 1/2] chore: upgrade console --- 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 b1bae872ac..02cb58a23f 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:appwrite/console:5.0.0-rc16 + image: /console:5.0.0 restart: unless-stopped networks: - appwrite diff --git a/docker-compose.yml b/docker-compose.yml index b7be71d1ef..839ab7fc0a 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.0-rc18 + image: appwrite/console:5.0.0 restart: unless-stopped networks: - appwrite From b215ab07fc1d7c57cbfa89d0a51e008f146bfd83 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 23 Aug 2024 22:12:27 +0200 Subject: [PATCH 2/2] chore: bump console to 5.0.1 --- 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 02cb58a23f..210a3e57b7 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.0 + image: /console:5.0.1 restart: unless-stopped networks: - appwrite diff --git a/docker-compose.yml b/docker-compose.yml index 839ab7fc0a..5baa04813d 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.0 + image: appwrite/console:5.0.1 restart: unless-stopped networks: - appwrite