From 900a7785bf56ab92560a3ec63423c9376a7b255d Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 10 Jul 2026 10:16:19 +0100 Subject: [PATCH] ci: use Ubuntu 26.04 for lint container --- ci/lint_imagefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lint_imagefile b/ci/lint_imagefile index 00f7f03ccfc..cc4986a7ec4 100644 --- a/ci/lint_imagefile +++ b/ci/lint_imagefile @@ -4,7 +4,7 @@ # See test/lint/README.md for usage. -FROM mirror.gcr.io/ubuntu:24.04 +FROM mirror.gcr.io/ubuntu:26.04 # Pin uv and ruff to minor version to avoid breaking changes # https://docs.astral.sh/uv/reference/policies/versioning/