diff --git a/Dockerfile b/Dockerfile index 3a164c8..dabdbd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official Python 3.12 slim image -FROM python:3.13-slim +FROM python:3.14-slim # Set working directory WORKDIR /app