From 083e07992ba916cf40a9933bf2cb7edec8bab56e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Jun 2026 01:46:17 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70c489a..9096bcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:26.04 LABEL maintainer="Julien Cabillot " # hadolint ignore=DL3008,SC3009,SC2086