From 9783ff65e744e8d86a2ffaab2a93412ff8c57a16 Mon Sep 17 00:00:00 2001 From: Jonas Linter Date: Tue, 21 Oct 2025 16:21:03 +0000 Subject: [PATCH] Wrong python version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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