From 9fcc250c0eae05db2563bc404ada6a54955e4a64 Mon Sep 17 00:00:00 2001 From: Michael duPont Date: Mon, 2 Dec 2024 13:49:29 -0500 Subject: [PATCH] Update docker Python version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77351bd..0545f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Start from the official Python 3.12 container -FROM python:3.12.2 +# Start from the official Python 3.13 container +FROM python:3.13.0 # Expose the default Quart port EXPOSE 8000