From 742d02e191c50ceb7637225530d0c8b434a7bea9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Oct 2023 03:17:34 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2