Bump to new releases

This commit is contained in:
Abhilash Raj
2022-10-26 13:05:17 +05:30
parent 96761c1b65
commit 312833c8ab
4 changed files with 9 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ RUN --mount=type=cache,target=/root/.cache \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
python3 py3-pip libffi libuuid pcre-dev py-cryptography \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& python3 -m pip install postorius==1.3.6 \
&& python3 -m pip install -U 'Django<4.2' pip setuptools wheel \
&& python3 -m pip install postorius==1.3.7 \
uwsgi \
'psycopg2<2.9' \
dj-database-url \