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