We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f93cf55 + 5a1f922 commit 77dfbe2Copy full SHA for 77dfbe2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim
+FROM python:3.13-slim
2
3
# Default UID and GID (can be overridden)
4
ARG USER_UID=1000
requirements.txt
@@ -1,7 +1,7 @@
-Flask==2.3.2
+Flask==3.1.1
Flask-SQLAlchemy==3.1.1
Flask-Login==0.6.3
-Werkzeug==2.3.6
+Werkzeug==3.1.3
5
gunicorn==23.0.0
6
pyotp==2.9.0
7
qrcode==8.2
0 commit comments