Update python Docker tag to v3.13

This commit is contained in:
Renovate Bot 2024-10-08 00:17:40 +00:00 committed by Stefan Haun
parent 6622c10a80
commit 8b7a357e23

View file

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