diff --git a/Dockerfile b/Dockerfile index 85124c1..eb61eda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-buster +FROM python:3.8-buster ARG UID=1001 ARG GID=1001