From a19c095cd0bb908b3e45470239747d665b464edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:08:45 +0000 Subject: [PATCH] Bump ubuntu from `adbb901` to `aa6efdd` in /tests/rsrc/riscv-64 Bumps ubuntu from `adbb901` to `aa6efdd`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '22.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 da1677ed..55c81726 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:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 AS buildroot +FROM ubuntu:22.04@sha256:aa6efdd564b660b6df78df8f4bca20dbb8338c46fb696d4b45c4a57b8f66679f AS buildroot ARG BUILDROOT_REV="2023.11.x"