diff --git a/Dockerfile b/Dockerfile index 5430c2f..14f8afc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python as the base image -FROM python:3.12-slim +FROM python:3.13-slim # Set working directory WORKDIR /app