diff --git a/Dockerfile b/Dockerfile index 76af9d6..19470bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.6 +FROM python:3.11.1 RUN pip install --no-cache-dir uWSGI==2.0.18