From 69441c479432e8f1ca1147284ca7ea73def5a199 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Tue, 10 Sep 2024 12:57:00 -0600 Subject: [PATCH] Updated to python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b628c4a..9ce448a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 as PYTHON +FROM python:3.12 as PYTHON ENV PROJ_NAME=bluebubbles_bot # Copy project files