From bb476a6e5316315a4cd110d9d242ea1d68d47938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:58:55 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- docs/tutorial/intel-tcc/code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/intel-tcc/code/Dockerfile b/docs/tutorial/intel-tcc/code/Dockerfile index 4b9d7341..c2bbc5dd 100644 --- a/docs/tutorial/intel-tcc/code/Dockerfile +++ b/docs/tutorial/intel-tcc/code/Dockerfile @@ -27,7 +27,7 @@ # # SPDX-License-Identifier: BSD-3-Clause ################################################################################### -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Update package list and install dependencies RUN apt-get update && apt-get install -y \