diff --git a/Dockerfile b/Dockerfile index 1d2591b..83f393d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.3 +FROM python:3.8 MAINTAINER yehiyam@gmail.com RUN apt-get update && apt-get install --yes nano python3-pip RUN pip3 install --upgrade pip