chore(docker): bump dify-plugin-daemon to 0.0.9 (#18672)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2025-04-24 15:08:37 +09:00 committed by GitHub
parent 212521c92b
commit f6b3724268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.

View File

@ -71,7 +71,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
env_file: env_file:
- ./middleware.env - ./middleware.env

View File

@ -619,7 +619,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.0.8-local image: langgenius/dify-plugin-daemon:0.0.9-local
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.