From 233b8f6a520a415792a0a289b3709f16402b3082 Mon Sep 17 00:00:00 2001 From: Emanuell Vieira <42053162+emanuellvieira@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:37:25 -0300 Subject: [PATCH] Update Docker images to latest versions --- dify/code/docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dify/code/docker-compose.yaml b/dify/code/docker-compose.yaml index 90dd29ce..21f9dc26 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.9.2 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.9.2 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.9.2 restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-} @@ -649,7 +649,7 @@ services: # plugin daemon plugin_daemon: - image: langgenius/dify-plugin-daemon:0.0.10-local + image: langgenius/dify-plugin-daemon:0.3.3-local restart: always environment: # Use the shared environment variables.