From 15b76871cf81a954152fa517495f66f39be1138a Mon Sep 17 00:00:00 2001 From: Abdussamet Kocak Date: Sun, 27 Feb 2022 15:45:39 +0300 Subject: [PATCH] fix: Bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8274747..7a24767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.9 WORKDIR /app COPY ./install.sh ./requirements.txt ./