Skip to content

Commit

Permalink
Bump milvus version to 2.2.13 (#26233)
Browse files Browse the repository at this point in the history
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
  • Loading branch information
Bennu-Li authored Aug 9, 2023
1 parent f31d4fb commit 8123dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ ./minio server /minio
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)

```shell
$ docker run -d --name milvus milvusdb/milvus:v2.2.12 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.2.13 /bin/bash
$ docker cp milvus:/milvus .
```

Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.12
image: milvusdb/milvus:v2.2.13
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand Down

0 comments on commit 8123dcd

Please sign in to comment.