Require Python 3.10

Ubuntu 22.04 should be enough
This commit is contained in:
Christoph Reiter
2023-10-15 12:06:56 +02:00
parent 3297b2aada
commit 82b4e4e4ee
4 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye
RUN python -m pip install "poetry==1.5.1"
RUN python -m pip install "poetry==1.6.1"
COPY . /app
WORKDIR /app