fix: bump Rust version to 1.91 in cluster Dockerfile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alan Kahn 2026-02-27 15:00:48 -05:00
parent 8b39409901
commit 928bcf98d6

View File

@ -1,4 +1,4 @@
FROM rust:1.76 as builder FROM rust:1.91 as builder
WORKDIR /app WORKDIR /app
# Copy workspace manifests first for caching. # Copy workspace manifests first for caching.