Fix missing docker image version prefix v. (#855)

The variable RAGFLOW_VERSION in docker/.env should start with prefix v
to match docker image tag.

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Camus Gao 2024-05-21 14:26:43 +08:00 committed by GitHub
parent bae376a479
commit 250119e03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ REDIS_PASSWORD=infini_rag_flow
SVR_HTTP_PORT=9380
RAGFLOW_VERSION=0.6.0
RAGFLOW_VERSION=v0.6.0
TIMEZONE='Asia/Shanghai'