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 95fba38cbd..4c07d606f5 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -626,7 +626,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: