diff --git a/Dockerfile b/Dockerfile index 3030693..423a67f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.13-slim +FROM python:3.14-slim # Set environment variables ENV PYTHONUNBUFFERED="1"