diff --git a/Dockerfile b/Dockerfile index a6a4824..1cffc06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye +FROM python:3.13.2-slim-bullseye # Don't write .pyc files (or __pycache__ dirs) inside the container ENV PYTHONDONTWRITEBYTECODE=1