Update python Docker tag to v3.12

This commit is contained in:
Renovate Bot 2023-10-03 03:17:34 +00:00 committed by Stefan Haun
parent ac246d9bdc
commit 742d02e191

View file

@ -8,7 +8,7 @@ COPY . /git/
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \; RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
FROM python:3.11 FROM python:3.12
EXPOSE 8080 EXPOSE 8080