diff --git a/Dockerfile b/Dockerfile index 05eedcb..5c67780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ USER swh RUN python3 -m venv /srv/softwareheritage/venv ENV PATH="/srv/softwareheritage/venv/bin:${PATH}" RUN pip install --upgrade pip setuptools wheel -RUN pip install gunicorn +RUN pip install gunicorn==19.9.0 RUN pip install \ swh-core[db,http] \