From bf661f78710e006e0659ac089da641f79d6c2166 Mon Sep 17 00:00:00 2001 From: Philip James Date: Thu, 29 Feb 2024 19:24:29 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 693e9bdbee..10b1d444cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0b4-slim +FROM python:3.1 ENV PYTHONUNBUFFERED 1