From b52c518ec9cfaad706b21ab82301c0ea6e46d528 Mon Sep 17 00:00:00 2001 From: Wang Qi Date: Wed, 22 Apr 2026 19:12:21 +0800 Subject: [PATCH] Set image tag v0.25.0 (#14299) ### What problem does this PR solve? AD ### Type of change --- docker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index 9fdf4e3ea1..0fad427487 100644 --- a/docker/.env +++ b/docker/.env @@ -159,7 +159,7 @@ GO_ADMIN_PORT=9383 API_PROXY_SCHEME=python # use pure python server deployment # The RAGFlow Docker image to download. v0.22+ doesn't include embedding models. -RAGFLOW_IMAGE=infiniflow/ragflow:latest +RAGFLOW_IMAGE=infiniflow/ragflow:v0.25.0 # If you cannot download the RAGFlow Docker image: # RAGFLOW_IMAGE=swr.cn-north-4.myhuaweicloud.com/infiniflow/ragflow:v0.25.0