Merge pull request 'Update python Docker tag to v3.13' (#25) from renovate/python-3.x into master

Reviewed-on: #25
This commit is contained in:
Stefan Haun 2024-10-15 21:38:08 +02:00
commit ab150963af

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