diff --git a/mcp-servers/rust/fast-time-server/Containerfile b/mcp-servers/rust/fast-time-server/Containerfile index ef33d66..3d51c35 100644 --- a/mcp-servers/rust/fast-time-server/Containerfile +++ b/mcp-servers/rust/fast-time-server/Containerfile @@ -15,7 +15,7 @@ # ============================================================================= # Build stage - Rust compilation against the full Cargo workspace # ============================================================================= -FROM docker.io/rustlang/rust:nightly-slim AS builder +FROM docker.io/library/rust:1.97.1-slim AS builder WORKDIR /app