From 8375d4c2ca0c18f9b5286045fabfcdc741fedfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:23:21 +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 540b0d20adc3d..a29cf04933d11 100644 --- a/ci/matrix/Dockerfile +++ b/ci/matrix/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:962f6cadeae0ea6284001009daa4cc9a8c37e75d1f5191cf0eb83fe565b63dd7 +FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b ENV DEBIAN_FRONTEND=noninteractive RUN --mount=type=tmpfs,target=/var/cache/apt \ --mount=type=tmpfs,target=/var/lib/apt/lists \