diff --git a/Dockerfile b/Dockerfile index d22c123..7242bb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.13.3-slim +FROM python:3.14.2-slim # Create a working directory WORKDIR /app