diff --git a/.python-version b/.python-version index d2c96c0..4eba2a6 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.3 +3.13.0 diff --git a/chatbot-ui/Dockerfile b/chatbot-ui/Dockerfile index b4d2aed..3208e03 100644 --- a/chatbot-ui/Dockerfile +++ b/chatbot-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.10.0-alpine AS base +FROM node:20.18.0-alpine AS base ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" diff --git a/data_ingestion/Dockerfile b/data_ingestion/Dockerfile index c54ade6..f85d503 100644 --- a/data_ingestion/Dockerfile +++ b/data_ingestion/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as base +FROM python:3.13-slim as base # Setup env ENV PYTHONDONTWRITEBYTECODE 1 diff --git a/docker-compose.yaml b/docker-compose.yaml index 9a11818..b23d014 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.12.0 ports: - 6333:6333 volumes: diff --git a/response_automater/Dockerfile b/response_automater/Dockerfile index 1620ab8..24424b8 100644 --- a/response_automater/Dockerfile +++ b/response_automater/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as base +FROM python:3.13-slim as base # Setup env ENV PYTHONDONTWRITEBYTECODE 1