use new API Version, update python version

This commit is contained in:
2024-10-19 11:38:54 +02:00
parent 2366aa7214
commit 6a176dae0c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim
ADD . /code
WORKDIR /code
RUN pip install --root-user-action ignore -r requirements.txt