From ed3d9d4aeeee4537e142ccc87e4ede7310e16f4d Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Tue, 30 Jul 2024 15:55:57 +0200 Subject: [PATCH] recent (almost latest) gunicorn from 2023-07-19 this is part of our python/django version update. the latest version is 22.0.0 - 2024-04-17, but I'd rather not be cutting edge since it shows a number of breaking changes. see https://docs.gunicorn.org/en/latest/news.html for details --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fa094bcf..3613d10c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1 RUN apt-get update && apt-get install -y libreoffice poppler-utils pandoc # Production-only dependencies -RUN pip install psycopg2==2.9.3 gunicorn==20.1.0 +RUN pip install psycopg2==2.9.3 gunicorn==21.2.0 # node RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -