From a908d4539f317d35bf9d97db8c3d66f1b6ad8faf Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Oct 2024 01:18:14 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53060f9..cebb4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.13 # Install build essentials and PostgreSQL development libraries RUN apt-get update && \