diff --git a/Dockerfile b/Dockerfile index e0cf6fa..d478b7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as the base image -FROM python:3.9-slim +FROM python:3.14.2-slim # Set the working directory to /app WORKDIR /app