Update dependencies and base docker image
This commit is contained in:
parent
f1ec9ea426
commit
a4831a2863
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10
|
||||
FROM python:3.12
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Flask~=2.2.2
|
||||
Flask~=3.0.3
|
||||
pyopenmensa~=0.95.0
|
||||
gunicorn~=20.1.0
|
||||
gunicorn~=23.0.0
|
||||
|
|
Loading…
Reference in a new issue