From 622e624c3e44255f733a0cf5455a340e06106579 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 20 Sep 2024 12:10:44 +0000 Subject: [PATCH] Remove version constraint of gunicorn --- core/Dockerfile | 1 - core/Dockerfile.dev | 1 - 2 files changed, 2 deletions(-) diff --git a/core/Dockerfile b/core/Dockerfile index 0f01b66..886305f 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -15,7 +15,6 @@ RUN --mount=type=cache,target=/root/.cache \ && apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c lynx tzdata \ && python3 -m pip install --break-system-packages -U pip setuptools wheel \ && python3 -m pip install --break-system-packages psycopg2 \ - gunicorn==19.9.0 \ pymysql \ -r /tmp/requirements.txt \ 'importlib-resources<6.0.0' \ diff --git a/core/Dockerfile.dev b/core/Dockerfile.dev index b297afb..37f2da9 100644 --- a/core/Dockerfile.dev +++ b/core/Dockerfile.dev @@ -18,7 +18,6 @@ RUN --mount=type=cache,target=/root/.cache \ && python3 -m pip install --break-system-packages \ git+https://gitlab.com/mailman/mailman \ git+https://gitlab.com/mailman/mailman-hyperkitty \ - gunicorn==19.9.0 \ && apk del build-deps \ && adduser -S mailman