fix(docker): update Rust to 1.94 for cross-compilation builds

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
leeguooooo
2026-05-08 23:48:50 +09:00
co-authored by Claude Opus 4.6
parent 76cfe75636
commit 016d60f293
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-platform Rust cross-compilation image
FROM rust:1.85-bookworm
FROM rust:1.94-bookworm
# Install cross-compilation toolchains
RUN apt-get update && apt-get install -y \