From d15822c729a3ae1424a2b1f65bbb0d4208942aed Mon Sep 17 00:00:00 2001 From: ToT-2020-PA <66680805+ToT-2020-PA@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:23:50 -0300 Subject: [PATCH] Update docker-compose.yaml Version 1.8.1 --- dify/code/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dify/code/docker-compose.yaml b/dify/code/docker-compose.yaml index 90dd29ce..d011116f 100644 --- a/dify/code/docker-compose.yaml +++ b/dify/code/docker-compose.yaml @@ -499,7 +499,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:1.4.0 + image: langgenius/dify-api:1.8.1 restart: always environment: # Use the shared environment variables. @@ -528,7 +528,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:1.4.0 + image: langgenius/dify-api:1.8.1 restart: always environment: # Use the shared environment variables. @@ -554,7 +554,7 @@ services: # Frontend web application. web: - image: langgenius/dify-web:1.4.0 + image: langgenius/dify-web:1.8.1 restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-}