From 4c2990102259b5994bd8ba4de669dc6b1c1c7fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:45:44 +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 d2c96c0a..455808f8 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.3 +3.12.4 diff --git a/chatbot-ui/Dockerfile b/chatbot-ui/Dockerfile index b4d2aed4..b26e20ca 100644 --- a/chatbot-ui/Dockerfile +++ b/chatbot-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.10.0-alpine AS base +FROM node:20.14.0-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..af2277bf 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.5 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