From bc6820790ecdbd63f33f05c67706333662b52f55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 00:47:21 +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 9f59af4..41bcbb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:26.04 LABEL maintainer="Julien Cabillot " ENV DEBIAN_FRONTEND=noninteractive