Bump to new releases
This commit is contained in:
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
&& python3 -m pip install -U pip setuptools wheel \
|
&& python3 -m pip install -U pip setuptools wheel \
|
||||||
&& python3 -m pip install psycopg2 \
|
&& python3 -m pip install psycopg2 \
|
||||||
gunicorn==19.9.0 \
|
gunicorn==19.9.0 \
|
||||||
mailman==3.3.5 \
|
mailman==3.3.6 \
|
||||||
mailman-hyperkitty==1.2.0 \
|
mailman-hyperkitty==1.2.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
'sqlalchemy<1.4.0' \
|
'sqlalchemy<1.4.0' \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||||
python3 py3-pip libffi libuuid pcre-dev py-cryptography \
|
python3 py3-pip libffi libuuid pcre-dev py-cryptography \
|
||||||
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
&& python3 -m pip install -U 'Django<4.2' pip setuptools wheel \
|
||||||
&& python3 -m pip install postorius==1.3.6 \
|
&& python3 -m pip install postorius==1.3.7 \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
'psycopg2<2.9' \
|
'psycopg2<2.9' \
|
||||||
dj-database-url \
|
dj-database-url \
|
||||||
|
|||||||
@@ -16,11 +16,11 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||||
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
|
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
|
||||||
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
&& python3 -m pip install -U 'Django<4.2' pip setuptools wheel \
|
||||||
&& pip install mailmanclient==3.3.3 \
|
&& pip install mailmanclient==3.3.4 \
|
||||||
postorius==1.3.6 \
|
postorius==1.3.7 \
|
||||||
hyperkitty==1.3.5 \
|
hyperkitty==1.3.6 \
|
||||||
django-mailman3==1.3.7 \
|
django-mailman3==1.3.8 \
|
||||||
mistune==2.0.0rc1 \
|
mistune==2.0.0rc1 \
|
||||||
whoosh \
|
whoosh \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
tzdata \
|
tzdata \
|
||||||
diskcache \
|
diskcache \
|
||||||
django-utils-six \
|
django-utils-six \
|
||||||
&& python3 -m pip install -U 'Django<4.3' \
|
&& python3 -m pip install -U 'Django<4.2' \
|
||||||
&& python3 -m pip install -U \
|
&& python3 -m pip install -U \
|
||||||
git+https://gitlab.com/mailman/django-mailman3 \
|
git+https://gitlab.com/mailman/django-mailman3 \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
|
|||||||
Reference in New Issue
Block a user