From 484c8183850441a435bde598055c6c006ccca95f Mon Sep 17 00:00:00 2001 From: Blazej Fitrzyk Date: Fri, 6 Dec 2024 16:04:43 +0100 Subject: [PATCH] bump python ver in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8db863..bf994e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-buster +FROM python:3.13 WORKDIR /app