From e2a456fc9fa283dbe7348da416ae9bdb394b6f4f Mon Sep 17 00:00:00 2001 From: MCP Admin Date: Sat, 13 Jun 2026 00:56:29 +0000 Subject: [PATCH] Use rust:1.90-slim to support edition2024 (fix aligned crate build) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6ddb6f..1e71c27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # ============================================================ # Build Stage # ============================================================ -FROM rust:1.80-slim AS builder +FROM rust:1.90-slim AS builder # Install build dependencies RUN apt-get update && apt-get install -y --no-install-recommends \