Wrong python version in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user