diff --git a/Dockerfile b/Dockerfile index 5d099e3..007a1af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile for Meta API Grabber # Production-ready container for scheduled data collection -FROM python:3.12-slim +FROM python:3.13-slim # Set working directory WORKDIR /app