From ca59cc29a7ce5fed9904f3e64afec55a63ab28de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:32:30 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- .python-version | 2 +- chatbot-ui/Dockerfile | 2 +- data_ingestion/Dockerfile | 2 +- docker-compose.yaml | 2 +- response_automater/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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..4ac3875 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.4 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