From 4c8b6a2ea3d127403cb3b6e3614440dad9ddf217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:15:23 +0000 Subject: [PATCH] Bump rust from 1.90-bookworm to 1.98-bookworm in /complement Bumps rust from 1.90-bookworm to 1.98-bookworm. --- updated-dependencies: - dependency-name: rust dependency-version: 1.98-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- complement/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complement/Dockerfile b/complement/Dockerfile index 8a3b31f..0afb3e5 100644 --- a/complement/Dockerfile +++ b/complement/Dockerfile @@ -8,7 +8,7 @@ # Build from the repository root: # docker build -f complement/Dockerfile -t complement-spindle:latest . -FROM rust:1.90-bookworm AS build +FROM rust:1.98-bookworm AS build WORKDIR /src # The dependency layer: manifests only, with placeholder sources, so the