Skip to content

Commit

Permalink
Remove workaround for email-bug
Browse files Browse the repository at this point in the history
With django 5.0.5 this should no longer be needed

See: df2d2bd
  • Loading branch information
henrikhorluck committed May 6, 2024
1 parent c5971dc commit 2324129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2
3.12.3
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.12.2024.03.28.16
FROM amazon/aws-lambda-python:3.12

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

0 comments on commit 2324129

Please sign in to comment.