diff --git a/Dockerfile b/Dockerfile index 2141b36..5f9c729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as the base image -FROM python:3.11-slim +FROM python:3.14-slim # Set working directory WORKDIR /app