fix: change tag of image to latest

This commit is contained in:
Junyan Qin
2025-08-24 11:15:28 +08:00
parent fd9d1c4acc
commit 6113c42014

View File

@@ -3,7 +3,7 @@ version: "3"
services:
langbot_plugin_runtime:
image: rockchin/langbot:refactor-new-plugin-system
image: rockchin/langbot:latest
container_name: langbot_plugin_runtime
volumes:
- ./data/plugins:/app/data/plugins
@@ -17,7 +17,7 @@ services:
- langbot_network
langbot:
image: rockchin/langbot:refactor-new-plugin-system
image: rockchin/langbot:latest
container_name: langbot
volumes:
- ./data:/app/data