From c0dd8b81dced2673ba2188ca07079d58e358b96d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Sep 2023 20:17:51 +0000 Subject: [PATCH] Update python Docker tag to v3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488d25c..41407f0 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.8 +FROM python:3.11 EXPOSE 8080 -- 2.45.2