chore: update plugin daemon version to 0.5.4-local in Docker compose files (#33526)

This commit is contained in:
QuantumGhost 2026-03-16 17:06:32 +08:00 committed by GitHub
parent 0d72d99263
commit 1f3fa95e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@ class DifyTestContainers:
# Start Dify Plugin Daemon container for plugin management # Start Dify Plugin Daemon container for plugin management
# Dify Plugin Daemon provides plugin lifecycle management and execution # Dify Plugin Daemon provides plugin lifecycle management and execution
logger.info("Initializing Dify Plugin Daemon container...") logger.info("Initializing Dify Plugin Daemon container...")
self.dify_plugin_daemon = DockerContainer(image="langgenius/dify-plugin-daemon:0.3.0-local").with_network( self.dify_plugin_daemon = DockerContainer(image="langgenius/dify-plugin-daemon:0.5.4-local").with_network(
self.network self.network
) )
self.dify_plugin_daemon.with_exposed_ports(5002) self.dify_plugin_daemon.with_exposed_ports(5002)

View File

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

View File

@ -123,7 +123,7 @@ services:
# plugin daemon # plugin daemon
plugin_daemon: plugin_daemon:
image: langgenius/dify-plugin-daemon:0.5.3-local image: langgenius/dify-plugin-daemon:0.5.4-local
restart: always restart: always
env_file: env_file:
- ./middleware.env - ./middleware.env

View File

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