From 69fc2ad3017868c91edc8c9ca461e3e8d862488b Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Thu, 15 May 2025 15:48:56 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ee0e50..d22c123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.9-slim +FROM python:3.13.3-slim # Create a working directory WORKDIR /app