diff --git a/Dockerfile b/Dockerfile index 495b5eb..6db9f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.11-slim COPY app /app RUN python -m pip install /app --extra-index-url https://www.piwheels.org/simple