update rust version

This commit is contained in:
mii
2024-01-16 14:24:46 +00:00
parent 60255d7582
commit 883a54f70a

View File

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