Skip to content

Commit 65f3e67

Browse files
author
ethanlee
committed
fix(qdrant): update qdrant image version to v1.16.2
1 parent 58cde90 commit 65f3e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/qdrant/testcontainers/qdrant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class QdrantContainer(DockerContainer):
3838

3939
def __init__(
4040
self,
41-
image: str = "qdrant/qdrant:v1.13.5",
41+
image: str = "qdrant/qdrant:v1.16.2",
4242
rest_port: int = 6333,
4343
grpc_port: int = 6334,
4444
api_key: Optional[str] = None,

0 commit comments

Comments
 (0)