Skip to content

Commit

Permalink
Use Django 4.0.x for now. (#573)
Browse files Browse the repository at this point in the history
* Use Django 4.0.x for now.

* Use django 4.0.x for now
  • Loading branch information
maxking authored Oct 31, 2022
1 parent 06f7001 commit c48d960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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<4.2' pip setuptools wheel \
&& python3 -m pip install -U 'Django<4.1' pip setuptools wheel \
&& pip install -r /tmp/requirements.txt \
whoosh \
uwsgi \
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.2' \
&& python3 -m pip install -U 'Django<4.1' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3 \
&& apk del .build-deps \
Expand Down

0 comments on commit c48d960

Please sign in to comment.