From 05faee08168b0970da45b248a3d5682e464401d6 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 25 Jul 2024 19:06:40 +0200 Subject: [PATCH] removed search, which is not used updated dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81e407c..8851528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.12 WORKDIR /swobup