From 7b027f53e3827fceaf2327592a839ca315a235b8 Mon Sep 17 00:00:00 2001 From: salty Date: Fri, 11 Oct 2024 05:11:16 +0200 Subject: [PATCH] upgrade to Python 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d6d544..20d3818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.12-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1