diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index a577366231..4c21075801 100644 --- a/docker/docker-compose-template.yaml +++ b/docker/docker-compose-template.yaml @@ -133,7 +133,7 @@ services: # plugin daemon plugin_daemon: - image: langgenius/dify-plugin-daemon:0.0.4-local + image: langgenius/dify-plugin-daemon:0.0.5-local restart: always environment: # Use the shared environment variables. diff --git a/docker/docker-compose.middleware.yaml b/docker/docker-compose.middleware.yaml index af29eddccc..89fb8dfca2 100644 --- a/docker/docker-compose.middleware.yaml +++ b/docker/docker-compose.middleware.yaml @@ -66,7 +66,7 @@ services: # plugin daemon plugin_daemon: - image: langgenius/dify-plugin-daemon:0.0.4-local + image: langgenius/dify-plugin-daemon:0.0.5-local restart: always environment: # Use the shared environment variables. diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 4ee1f5607c..2b6be77cc3 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -563,7 +563,7 @@ services: # plugin daemon plugin_daemon: - image: langgenius/dify-plugin-daemon:0.0.4-local + image: langgenius/dify-plugin-daemon:0.0.5-local restart: always environment: # Use the shared environment variables.