Skip to content

Commit

Permalink
Merge pull request #565 from maxking/bump-ver
Browse files Browse the repository at this point in the history
Bump to new releases
  • Loading branch information
maxking authored Oct 26, 2022
2 parents 2ad1221 + 21155c1 commit 9686039
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache \
&& python3 -m pip install -U pip setuptools wheel \
&& python3 -m pip install psycopg2 \
gunicorn==19.9.0 \
mailman==3.3.5 \
mailman==3.3.6 \
mailman-hyperkitty==1.2.0 \
pymysql \
'sqlalchemy<1.4.0' \
Expand Down
4 changes: 2 additions & 2 deletions postorius/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
12 changes: 6 additions & 6 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ 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 xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& pip install mailmanclient==3.3.3 \
postorius==1.3.6 \
hyperkitty==1.3.5 \
django-mailman3==1.3.7 \
mistune==2.0.0rc1 \
&& python3 -m pip install -U 'Django<4.2' pip setuptools wheel \
&& pip install mailmanclient==3.3.4 \
postorius==1.3.7 \
hyperkitty==1.3.6 \
django-mailman3==1.3.8 \
whoosh \
uwsgi \
'psycopg2<2.9' \
Expand All @@ -33,6 +32,7 @@ RUN --mount=type=cache,target=/root/.cache \
python-memcached \
diskcache \
django-utils-six \
tzdata \
&& apk del .build-deps \
&& addgroup -S mailman \
&& adduser -S -G mailman mailman \
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache \
tzdata \
diskcache \
django-utils-six \
&& python3 -m pip install -U 'Django<4.3' \
&& python3 -m pip install -U 'Django<4.2' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3 \
&& apk del .build-deps \
Expand Down

0 comments on commit 9686039

Please sign in to comment.