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