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

This commit is contained in:
cnphpbb
2025-09-15 18:48:16 +08:00
parent b778b1d503
commit 70eb54892b

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}