From 818ed942b1d7b56f39cfbadcc81d110dea72f327 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 11 Dec 2023 21:57:04 +0000 Subject: [PATCH] Downgrade python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48f42a2..17db27a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.10-slim COPY requirements.txt . RUN pip install -r requirements.txt EXPOSE 5000