fix: bump Docker Rust to 1.85 (edition 2024 support for wzp-proto)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-30 10:19:50 +04:00
parent 59d68b2a5e
commit 38f992c284
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# WZP relay + web bridge — multi-stage build
# Build context: featherChat repo root (../../..)
FROM rust:1.83-bookworm AS builder
FROM rust:1.85-bookworm AS builder
WORKDIR /build