Bump rust image to 1.88 (home crate requires it)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-03-17 23:08:31 +03:00
parent aff1274b18
commit b2c799f429

View File

@@ -1,4 +1,4 @@
FROM rust:1.87 AS builder
FROM rust:1.88 AS builder
WORKDIR /app
COPY Cargo.toml Cargo.lock* ./