Bump versions (#518)

This commit is contained in:
Abhilash Raj
2021-09-28 20:35:17 -07:00
committed by GitHub
parent 4b038c57d4
commit d63b3ce8bd
4 changed files with 4 additions and 4 deletions

View File

@@ -8,4 +8,4 @@ assignees: ''
--- ---
**Tag/version of Container Images** **Tag/version of Container Images**
Choose from: latest, rolling, 0.3, 0.3.* Choose from: rolling, 0.3, 0.3.*, 0.4.*

View File

@@ -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.4 \ mailman==3.3.5 \
mailman-hyperkitty==1.1.0 \ mailman-hyperkitty==1.1.0 \
pymysql \ pymysql \
'sqlalchemy<1.4.0' \ 'sqlalchemy<1.4.0' \

View File

@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache \
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 \ python3 py3-pip libffi libuuid pcre-dev \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \ && python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& python3 -m pip install postorius==1.3.5 \ && python3 -m pip install postorius==1.3.6 \
uwsgi \ uwsgi \
'psycopg2<2.9' \ 'psycopg2<2.9' \
dj-database-url \ dj-database-url \

View File

@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache \
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev \ python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \ && python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& pip install mailmanclient==3.3.3 \ && pip install mailmanclient==3.3.3 \
postorius==1.3.5 \ postorius==1.3.6 \
hyperkitty==1.3.4 \ hyperkitty==1.3.4 \
django-mailman3==1.3.7 \ django-mailman3==1.3.7 \
whoosh \ whoosh \