From 33160d30b228f0e7df7a51a8efb2798190980dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:07:56 +0000 Subject: [PATCH] build(deps): bump ubuntu in /tools/ubuntu-cross Bumps ubuntu from `cd1dba6` to `d1e2e92`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ubuntu-cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ubuntu-cross/Dockerfile b/tools/ubuntu-cross/Dockerfile index 9ceabeb..a8d242d 100644 --- a/tools/ubuntu-cross/Dockerfile +++ b/tools/ubuntu-cross/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=${BUILDPLATFORM} tonistiigi/xx:master@sha256:7f82cfd583c0305afe20080361edf35bd7f7f6e286431718cc4036afc5e5d3ce AS xx -FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b AS build +FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS build COPY --from=xx / / RUN <