diff --git a/Dockerfile b/Dockerfile index 6a48c3af..8de2cda0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.10-slim +FROM python:3.11-slim # Install system dependencies, build tools, and libraries RUN apt-get update && apt-get install -y --no-install-recommends \