From f8a0c67ed2e4b15e30330cc4998d1ea1b1db8a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:55:33 +0000 Subject: [PATCH] build(deps): bump ubuntu from `cd1dba6` to `d1e2e92` in /container Bumps ubuntu from `cd1dba6` to `d1e2e92`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index 75b465d4..78011ed2 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b +FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 # Adding rust binaries to PATH. ENV PATH="$PATH:/root/.cargo/bin"