From 7629cc65c1d372b231362a84ed728a4c3188c8e0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 7 May 2024 00:00:24 +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 b4db92a..43d3c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive