diff --git a/Dockerfile b/Dockerfile index 8cd3d99..92f6879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ================ PYTHON -FROM python:3.8.0 +FROM python:3.8.1 # System setup: RUN apt-get update \