diff --git a/data_ingestion/Dockerfile b/data_ingestion/Dockerfile index c54ade6b..5132595e 100644 --- a/data_ingestion/Dockerfile +++ b/data_ingestion/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as base +FROM python:3.12-slim as base # Setup env ENV PYTHONDONTWRITEBYTECODE 1 diff --git a/docker-compose.yaml b/docker-compose.yaml index 0955e7e0..64ec97ff 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.8' services: qdrant: - image: qdrant/qdrant:v1.5.1 + image: qdrant/qdrant:v1.6.0 ports: - 6333:6333 volumes: diff --git a/response_automater/Dockerfile b/response_automater/Dockerfile index 1620ab86..e10a5b19 100644 --- a/response_automater/Dockerfile +++ b/response_automater/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as base +FROM python:3.12-slim as base # Setup env ENV PYTHONDONTWRITEBYTECODE 1