diff --git a/Dockerfile b/Dockerfile index 27cf3de..3da81bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir /wes # Install dependencies COPY pyproject.toml . COPY poetry.lock . -RUN pip install --no-cache-dir gunicorn==21.2.0 && \ +RUN pip install --no-cache-dir gunicorn==22.0.0 && \ poetry config virtualenvs.create false && \ poetry install --without dev --no-root