From eb8f5173f34dae89091f6694283ee9b5cd2775c6 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sat, 28 Feb 2026 10:48:14 +0000 Subject: [PATCH] Bump Rust image to 1.86 for edition2024 support getrandom 0.4.1 requires edition2024 which needs Cargo >= 1.85. Co-Authored-By: Claude Opus 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f109489..a21968f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY web/ ./ RUN npm run build # Stage 2: Build backend -FROM rust:1.84-alpine AS backend +FROM rust:1.86-alpine AS backend RUN apk add --no-cache musl-dev WORKDIR /app COPY Cargo.toml Cargo.lock ./