Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 54ba104 commit 62410aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.3
3.12.1
2 changes: 1 addition & 1 deletion data_ingestion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim as base
FROM python:3.12-slim as base

# Setup env
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
qdrant:
image: qdrant/qdrant:v1.6.1
image: qdrant/qdrant:v1.7.3
ports:
- 6333:6333
volumes:
Expand Down
2 changes: 1 addition & 1 deletion response_automater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim as base
FROM python:3.12-slim as base

# Setup env
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit 62410aa

Please sign in to comment.