diff --git a/.python-version b/.python-version index d2c96c0a..871f80a3 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.3 +3.12.3 diff --git a/chatbot-ui/Dockerfile b/chatbot-ui/Dockerfile index b4d2aed4..69f3c98c 100644 --- a/chatbot-ui/Dockerfile +++ b/chatbot-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.10.0-alpine AS base +FROM node:20.13.1-alpine AS base ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" 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 9a118182..dc2d553e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.8' services: qdrant: - image: qdrant/qdrant:v1.6.1 + image: qdrant/qdrant:v1.9.1 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