build: 将镜像标签从IMAGE_TAG更改为IMAGE_TAG_LTS

This commit is contained in:
cnphpbb
2025-09-15 18:48:16 +08:00
parent 8c3b6aa668
commit 3854c46407

View File

@@ -1,6 +1,6 @@
services:
rustfs:
image: ${IMAGE_TAG}
image: ${IMAGE_TAG_LTS}
environment:
- RUSTFS_SERVER_DOMAINS=${RUSTFS_SERVER_DOMAINS}
- RUSTFS_CONSOLE_ENABLE=${RUSTFS_CONSOLE_ENABLE}