From 3fff243bbbf5ea5a61452c36ba39ab3bb8312023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:58:45 +0000 Subject: [PATCH] Bump ubuntu from 25.04 to 26.04 Bumps ubuntu from 25.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32705b7..bed39b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest version of the Ubuntu image with a specific tag for stability -FROM ubuntu:25.10 +FROM ubuntu:26.04 # Set the maintainer of the image LABEL maintainer="UDX CAG Team"