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.
1 parent ddad625 commit 9f5f5c7Copy full SHA for 9f5f5c7
Dockerfile
@@ -1,5 +1,5 @@
1
# -- build and run with debian(multiarch) --
2
-FROM python:3.10-slim
+FROM python:3.12-slim-bullseye
3
LABEL [email protected]
4
ARG PIPMIRROR=https://pypi.org/simple
5
ENV sapic_isrun=true
requirements/prod.txt
@@ -1,3 +1,3 @@
-r base.txt
-gunicorn==22.0.0
-gevent==24.10.3
+gunicorn==23.0.0
+gevent==24.11.1
0 commit comments