docs: fix CLAUDE.md inaccuracies and Dockerfile Rust version

This commit is contained in:
2026-04-28 05:46:31 +02:00
parent 7ff129189b
commit 01ff815efa
2 changed files with 76 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ COPY frontend/ ./
RUN npm run build
# --- Backend Build ---
FROM rust:1.77-slim as backend-builder
FROM rust:1.95-slim as backend-builder
WORKDIR /app/backend
# Pre-build dependencies for caching
COPY backend/Cargo.toml backend/Cargo.lock ./