浏览代码

Refa: Update Minio image to specific release version in docker-compose-base.yml (#8693)

### What problem does this PR solve?

- Ensure consistent Minio deployment by pinning the image to a specific
release version (RELEASE.2025-06-13T11-33-47Z) for stability and
reproducibility.
- #8672

### Type of change

- [x] Refactoring
tags/v0.20.0
Liu An 3 个月前
父节点
当前提交
07eee8329c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docker/docker-compose-base.yml

+ 1
- 1
docker/docker-compose-base.yml 查看文件

@@ -164,7 +164,7 @@ services:
restart: on-failure

minio:
image: quay.io/minio/minio
image: quay.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
container_name: ragflow-minio
command: server --console-address ":9001" /data
ports:

正在加载...
取消
保存