From 90850cdb4e12ef1884d791835dedd83433e277bd Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Mon, 6 Jul 2026 20:35:11 +0200 Subject: [PATCH] chore(deps): update ubuntu docker tag to noble-20260610 Advances the Ubuntu base within the 24.04 (noble) line. The 26.04 major was closed because fd.io ships no VPP packages for 26.04 (breaks the vpp image) and CMake 4.x breaks udpgen there; this patch keeps those working. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Ronny Trommer --- base_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_images.sh b/base_images.sh index 3e6b07a..2c5e149 100644 --- a/base_images.sh +++ b/base_images.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Base images as dependencies -export OS_UBUNTU="ubuntu:noble-20250714" +export OS_UBUNTU="ubuntu:noble-20260610" export OS_ALPINE="alpine:3.24" export OS_DEBIAN="debian:bookworm-20250203-slim" export APP_ANTORA="antora/antora:3.1.15"