diff --git a/Dockerfile b/Dockerfile
index d6fa332..d2a7a28 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:24.04
 
 # Prevent interactive questions by tzdata and other packages
 ENV DEBIAN_FRONTEND noninteractive