Update django and python #33

Merged
thisfro merged 7 commits from dev into main 2024-11-19 23:04:58 +01:00
Showing only changes of commit 0633b3efe9 - Show all commits

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim-bullseye
FROM python:3.12-slim-bookworm
RUN apt update && apt install -y libpq-dev nginx gettext