diff --git a/Dockerfile b/Dockerfile index 3ee0e50..1de5480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.9-slim +FROM python:3.13.2-slim # Create a working directory WORKDIR /app