From 987990837af8f95baa891f35668b68f803d7f394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 06:24:49 +0000 Subject: [PATCH] build(deps): bump ubuntu from 22.04 to 26.04 in /ci/matrix Bumps ubuntu from 22.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/matrix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/matrix/Dockerfile b/ci/matrix/Dockerfile index 49815657c23ef..80e85d6e6d0ca 100644 --- a/ci/matrix/Dockerfile +++ b/ci/matrix/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:26.04 ENV DEBIAN_FRONTEND=noninteractive RUN --mount=type=tmpfs,target=/var/cache/apt \ --mount=type=tmpfs,target=/var/lib/apt/lists \