From 416dec6dc31e7afda78377420d9ce4667251eed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:28:22 +0000 Subject: [PATCH] build(deps): bump ubuntu from 22.04 to 24.04 in /ci/matrix Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.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..03f3786097e49 100644 --- a/ci/matrix/Dockerfile +++ b/ci/matrix/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive RUN --mount=type=tmpfs,target=/var/cache/apt \ --mount=type=tmpfs,target=/var/lib/apt/lists \