From 8f2606f1b735c03253a5502ff8432e2dd7cbf92e Mon Sep 17 00:00:00 2001 From: ric-evans Date: Wed, 29 Jan 2025 12:06:38 -0600 Subject: [PATCH] set min and max to py 3.12 - 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea15b6b4..7569e375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13 +FROM python:3.12 RUN useradd -m -U app