From eefed662053b4a3dd24c8b3166c0fedafd308735 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Fri, 4 Oct 2024 09:40:40 +0200
Subject: [PATCH] Update docker recipe

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6c423e7..61fe175 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:buster-slim
+FROM python:3.12.7-bookworm
 LABEL maintainer="Tamas Gal <tgal@km3net.de>"
 
  ENV INSTALL_DIR /km3io
-- 
GitLab