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:
@@ -1,6 +1,6 @@
|
|||||||
# featherChat server — multi-stage build
|
# featherChat server — multi-stage build
|
||||||
# Build context: featherChat repo root (../../..)
|
# Build context: featherChat repo root (../../..)
|
||||||
FROM rust:1.83-bookworm AS builder
|
FROM rust:1.85-bookworm AS builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# WZP relay + web bridge — multi-stage build
|
# WZP relay + web bridge — multi-stage build
|
||||||
# Build context: featherChat repo root (../../..)
|
# Build context: featherChat repo root (../../..)
|
||||||
FROM rust:1.83-bookworm AS builder
|
FROM rust:1.85-bookworm AS builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user