Update base-image

This commit is contained in:
Jannis Portmann 2024-02-11 19:17:43 +01:00
parent bd70276bc2
commit 0633b3efe9

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