Wrong python version in dockerfile

This commit is contained in:
2025-10-21 16:21:03 +00:00
parent 794599a454
commit 9783ff65e7

View File

@@ -1,7 +1,7 @@
# Dockerfile for Meta API Grabber # Dockerfile for Meta API Grabber
# Production-ready container for scheduled data collection # Production-ready container for scheduled data collection
FROM python:3.12-slim FROM python:3.13-slim
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app