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