diff --git a/backend/Dockerfile b/backend/Dockerfile
index f909cd0d26638e467e0039ab2b3cc7d2c06b863f..9628d437bda78f5c99e6aa0c7e13efe32c9f2aa3 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.8.6
+FROM python:3.12
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
  WORKDIR /monitoring
diff --git a/backend/requirements.txt b/backend/requirements.txt
index a80c452f15b9e560e19ffdfee16ba3fc48a265a0..83c1aa687efe2fb45f48e3c18e849a1cbb283c18 100644
--- a/backend/requirements.txt
+++ b/backend/requirements.txt
@@ -1,14 +1,14 @@
 docopt==0.6.2
-km3db==0.11.1
-km3io==0.29.0
-km3pipe==9.13.9
-matplotlib==3.6.2
-numba==0.56.4
-numpy==1.23.4
-pandas==1.5.1
-requests==2.27.1
-rocketchat-API==1.25.0
-RocketChatAPIBot==0.1.4
-seaborn==0.12.1
-supervisor==4.2.4
+km3db==0.14.3
+km3io==1.2.2
+km3pipe==10.0.1
+matplotlib==3.10.0
+numba==0.61.0
+numpy==2.1.3
+pandas==2.2.3
+requests==2.32.3
+rocketchat-API==1.34.0
+pyrocketbot==1.0.5
+seaborn==0.13.2
+supervisor==4.2.5
 toml==0.10.2