From 23241292c3a7ae083a6985dab8255bc9572758ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=B8rl=C3=BCck=20Berg?= <36937807+henrikhorluck@users.noreply.github.com> Date: Mon, 6 May 2024 23:58:01 +0200 Subject: [PATCH] Remove workaround for email-bug With django 5.0.5 this should no longer be needed See: df2d2bd88797b6256141a4b7b315215126ef208b --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 8531a3b7e..871f80a34 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.2 +3.12.3 diff --git a/Dockerfile b/Dockerfile index e8ed159b8..fcca8604d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " ENV POETRY_VIRTUALENVS_CREATE=false \