diff --git a/Dockerfile b/Dockerfile index 41407f0..45eb9ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /git/ RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \; -FROM python:3.11 +FROM python:3.12 EXPOSE 8080