diff --git a/Dockerfile b/Dockerfile index 4139681..0a90623 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest Python slim image -FROM python:3.12-slim +FROM python:3.13-slim # Set environment variables ENV PYTHONUNBUFFERED=1