Update python Docker tag to v3.11

This commit is contained in:
Renovate Bot 2023-09-01 20:17:28 +00:00
parent ad20e58cdf
commit 59467221ba

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.8
FROM python:3.11
EXPOSE 8080