Skip to content

Commit

Permalink
fix email sending bug (#3169)
Browse files Browse the repository at this point in the history
* fix email sending bug

Mail sending in the current version of django has a bug with some versions of python. 3.8 should be compatible.

See django/django#17979 (comment)

* fix wrong version

* Update Dockerfile

---------

Co-authored-by: Henrik Hørlück Berg <henrik@horluck.no>
  • Loading branch information
henrikskog and henrikhorluck committed Apr 21, 2024
1 parent 9637b84 commit df2d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=js-static $APP_DIR/bundles ./bundles

RUN ./manage.py collectstatic

FROM amazon/aws-lambda-python:3.11
FROM amazon/aws-lambda-python:3.11.2024.03.28.16

LABEL maintainer="Dotkom <dotkom@online.ntnu.no>"
ENV POETRY_VIRTUALENVS_CREATE=false \
Expand Down

0 comments on commit df2d2bd

Please sign in to comment.