doc: [skip e2e] change milvus docker image version to v2.4.5 (#34135)

Signed-off-by: ping.liu <ping.liu@zilliz.com>
pull/34143/head
pingliu 2024-06-25 14:30:04 +08:00 committed by GitHub
parent 962a5446f8
commit b12c34a8ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ EOF
--health-start-period=90s \
--health-timeout=20s \
--health-retries=3 \
milvusdb/milvus:v2.4.1 \
milvusdb/milvus:v2.4.5 \
milvus run standalone 1> /dev/null
}