From ae0bd3bb914d85d306009f96c4a9291ada634058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:53:44 +0000 Subject: [PATCH] build(deps): bump ubuntu from 22.04 to 26.04 in /tests/rsrc/riscv-64 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] --- tests/rsrc/riscv-64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rsrc/riscv-64/Dockerfile b/tests/rsrc/riscv-64/Dockerfile index 71028b41..f6a2c484 100644 --- a/tests/rsrc/riscv-64/Dockerfile +++ b/tests/rsrc/riscv-64/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3008 -FROM ubuntu:22.04@sha256:445586e41c1de7dfda82d2637f5ff688deea9eb5f5812f8c145afacc35b9f0db AS buildroot +FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 AS buildroot ARG BUILDROOT_REV="2023.11.x"