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

Reviewed-on: #13
This commit is contained in:
Stefan Haun 2023-11-05 17:17:05 +01:00
commit 43a362046e

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