From f822671b3863646da474a7ea10c7d50b9d68b87b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:29:44 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6fa332..0f1fa69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 # Prevent interactive questions by tzdata and other packages ENV DEBIAN_FRONTEND noninteractive