Update python Docker tag to v3.13 #25

Merged
tux merged 1 commit from renovate/python-3.x into master 2024-10-15 21:38:10 +02:00

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