From 65dbe65d23af1450ab1790bcb892c8e9d85d64dd Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 16 Jan 2025 17:13:41 -0500 Subject: [PATCH] Upgrade to Python 3.13 Python 3.8 is end of life Python 3.13 is the current latest version. See: https://devguide.python.org/versions/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c96f60..8369c8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.13-alpine COPY LICENSE \ README.md \