diff --git a/Dockerfile b/Dockerfile index 847dcc0..334b63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a lightweight Python image -FROM python:3.9-slim +FROM python:3.14-slim # Set the working directory WORKDIR /app