From 83db08c93ca50b08848b1890ae8230ba91edb62a Mon Sep 17 00:00:00 2001 From: mihalin Date: Sun, 26 Jun 2022 02:58:19 +0300 Subject: [PATCH] python3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58681c2..9d93159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-buster +FROM python:3.9-buster ENV PYTHONUNBUFFERED=1 \ POETRY_VERSION=1.1.12 \