From 4de0f3a4cb56b3126213586ca58c689f9155459c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 7 May 2024 00:01:32 +0200 Subject: [PATCH] update image to ubuntu 24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd89d2d..70e24fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 # install and configure munin # hadolint ignore=DL3008