From b427dfcb93ed58a3e3b20426da7baedcd1d1f800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:24:05 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /distro-packages/ubuntu24.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- distro-packages/ubuntu24.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-packages/ubuntu24.04/Dockerfile b/distro-packages/ubuntu24.04/Dockerfile index 2177dd5a..8f0ec943 100644 --- a/distro-packages/ubuntu24.04/Dockerfile +++ b/distro-packages/ubuntu24.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG DEBIAN_FRONTEND=noninteractive