fix(docker): bump rust:1.85 → 1.89 (matches workspace rust-toolchain.toml)

Build failed on the multi-arch run: `time@0.3.47 requires rustc 1.88.0`
and the workspace toolchain pin is already 1.89 (needed for ruvector-core's
avx512f target_feature, mmap-rs edition 2024, hnsw_rs is_multiple_of).
Dockerfile lagged on 1.85.

Refs #794.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-05-25 15:51:01 -04:00
parent c7488aeb7f
commit 9fda90f3e5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Multi-stage build for minimal final image
# Stage 1: Build
FROM rust:1.85-bookworm AS builder
FROM rust:1.89-bookworm AS builder
WORKDIR /build