From 329d5d4ed419f36f3061ae8f4eb9437363daf50d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 05:34:35 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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