diff --git a/Deployment/Live/Dockerfile.python b/Deployment/Live/Dockerfile.python index ba2025a..1e2c6d7 100644 --- a/Deployment/Live/Dockerfile.python +++ b/Deployment/Live/Dockerfile.python @@ -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