Skip to content

Commit a5504c3

Browse files
authored
Merge of #1944
2 parents 80b9271 + 9c5d129 commit a5504c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/.docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
name: container_health
246246
services:
247247
vector_database:
248-
image: qdrant/qdrant:latest@sha256:b3063c673f3973877c038eeecc392bad5011f072ee7892b56c9a8e204a3bdea9
248+
image: qdrant/qdrant:latest@sha256:45f8e3ddc2570a4d029877e1b5ec1045c19b3852b4e22a55c7f43b05aea0ca89
249249
ports:
250250
- 6333:6333
251251
app:

docker-compose-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Chattr Dev
22
services:
33
vector_database:
4-
image: qdrant/qdrant:latest@sha256:b3063c673f3973877c038eeecc392bad5011f072ee7892b56c9a8e204a3bdea9
4+
image: qdrant/qdrant:latest@sha256:45f8e3ddc2570a4d029877e1b5ec1045c19b3852b4e22a55c7f43b05aea0ca89
55
ports:
66
- 6333:6333
77
- 6334:6334

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- command: chmod -R 700 /home/nonroot
3737
user: root
3838
vector_database:
39-
image: qdrant/qdrant:latest@sha256:b3063c673f3973877c038eeecc392bad5011f072ee7892b56c9a8e204a3bdea9
39+
image: qdrant/qdrant:latest@sha256:45f8e3ddc2570a4d029877e1b5ec1045c19b3852b4e22a55c7f43b05aea0ca89
4040
volumes:
4141
- qdrant_storage:/qdrant/storage
4242
ports:

0 commit comments

Comments
 (0)