fix instance.rs bug

This commit is contained in:
mii443
2025-04-03 02:32:59 +09:00
parent 5ee3c9b328
commit 1975b2e9cd
4 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.72 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.82 AS chef
WORKDIR app
FROM chef AS planner