Skip to content

Commit 4131fe4

Browse files
committed
chore: Bump Qdrant version
Signed-off-by: Anush008 <[email protected]>
1 parent f43b9d1 commit 4131fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/qdrant/src/qdrant-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class QdrantContainer extends GenericContainer {
88
private apiKey: string | undefined;
99
private configFilePath: string | undefined;
1010

11-
constructor(image = "qdrant/qdrant:v1.8.1") {
11+
constructor(image = "qdrant/qdrant:v1.13.4") {
1212
super(image);
1313
this.withExposedPorts(QDRANT_REST_PORT, QDRANT_GRPC_PORT);
1414
this.withWaitStrategy(

0 commit comments

Comments
 (0)