diff --git a/Dockerfile b/Dockerfile index bfc62de..18d88a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 1. Base Image -FROM python:3.11-slim +FROM python:3.14-slim # 2. Environment Config ENV PYTHONDONTWRITEBYTECODE=1