From acffd56ca924da97565eb149e4c936c9cc5ea30c Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 7 Sep 2023 17:15:12 -0400 Subject: [PATCH] chore: address review comments --- CHANGES.md | 2 +- app/views/install/compose.phtml | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7dc101b48c..f31010bea4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Fixes -- Fix create phone session abuse key [#6134][https://github.com/appwrite/appwrite/pull/6134] +- Fix create phone session abuse key [#6134](https://github.com/appwrite/appwrite/pull/6134) - Fix CLI backwards compatibility [#6125](https://github.com/appwrite/appwrite/pull/6125) - Fix Not Found error when deploying function from git [#6133](https://github.com/appwrite/appwrite/pull/6133) - Fix _APP_EXECUTOR_HOST for upgrades [#6141](https://github.com/appwrite/appwrite/pull/6141) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 53fa7488ff..da51c1a1f0 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -629,7 +629,7 @@ services: - _APP_DB_PASS appwrite-assistant: - image: appwrite/assistant:0.2.0 + image: appwrite/assistant:0.2.1 container_name: appwrite-assistant <<: *x-logging restart: unless-stopped diff --git a/docker-compose.yml b/docker-compose.yml index d9ea0f5ddf..58feb4a62b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -683,7 +683,7 @@ services: appwrite-assistant: container_name: appwrite-assistant - image: appwrite/assistant:0.2.0 + image: appwrite/assistant:0.2.1 networks: - appwrite environment: