From 2c4cb142216573c2acc1693b9acc7047693d2b2a Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 00:15:18 +0100 Subject: [PATCH] :wrench: update python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8ec6bd..2e6b8b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.1 +FROM python:3.8.5 WORKDIR /app