From b01526e97be8ca06fd4ae6aaeb296d836b9ea42c Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 20 Nov 2023 22:16:58 +0545 Subject: [PATCH] Downgrade python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08ec15ba..f8ee7143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.11 +ARG PYTHON_VERSION=3.10 FROM docker.io/python:${PYTHON_VERSION}-slim-bookworm as base