Require Python 3.10
Ubuntu 22.04 should be enough
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user