From 1a4adc50b25cfcc0b801ccbf1311124e58f322e5 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:18:44 +0000 Subject: [PATCH] chore: bump assistant 0.8.4 --- Dockerfile | 4 ++-- app/views/install/compose.phtml | 4 ++-- docker-compose.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d097edf0ca..d2cb1af9da 100755 --- a/Dockerfile +++ b/Dockerfile @@ -24,9 +24,9 @@ ENV _APP_VERSION=$VERSION \ _APP_HOME=https://appwrite.io RUN \ - if [ "$DEBUG" == "true" ]; then \ + if [ "$DEBUG" == "true" ]; then \ apk add boost boost-dev; \ - fi + fi WORKDIR /usr/src/code diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index e3ca65fa97..34e0aee1ae 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -849,7 +849,7 @@ $image = $this->getParam('image', ''); - _APP_DB_PASS appwrite-assistant: - image: appwrite/assistant:0.8.3 + image: appwrite/assistant:0.8.4 container_name: appwrite-assistant <<: *x-logging restart: unless-stopped @@ -857,7 +857,7 @@ $image = $this->getParam('image', ''); - appwrite environment: - _APP_ASSISTANT_OPENAI_API_KEY - + appwrite-browser: image: appwrite/browser:0.3.2 container_name: appwrite-browser diff --git a/docker-compose.yml b/docker-compose.yml index 1bd56149ab..6cf8070691 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -951,7 +951,7 @@ services: appwrite-assistant: container_name: appwrite-assistant - image: appwrite/assistant:0.8.3 + image: appwrite/assistant:0.8.4 networks: - appwrite environment: