Update gunicorn
This commit is contained in:
parent
067bfc7405
commit
f0684901ba
@ -2,7 +2,7 @@ FROM python:3.10
|
||||
|
||||
COPY clubhaus/requirements.txt /tmp/requirements.txt
|
||||
RUN pip3 install -r /tmp/requirements.txt
|
||||
RUN pip3 install gunicorn~=20.1.0
|
||||
RUN pip3 install gunicorn~=21.2.0
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
Loading…
Reference in New Issue
Block a user