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
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3"
services: services:
langbot_plugin_runtime: langbot_plugin_runtime:
image: rockchin/langbot:refactor-new-plugin-system image: rockchin/langbot:latest
container_name: langbot_plugin_runtime container_name: langbot_plugin_runtime
volumes: volumes:
- ./data/plugins:/app/data/plugins - ./data/plugins:/app/data/plugins
@@ -17,7 +17,7 @@ services:
- langbot_network - langbot_network
langbot: langbot:
image: rockchin/langbot:refactor-new-plugin-system image: rockchin/langbot:latest
container_name: langbot container_name: langbot
volumes: volumes:
- ./data:/app/data - ./data:/app/data