fix cargo-chef dockerfile version

This commit is contained in:
OMGeeky
2024-04-29 18:59:19 +02:00
parent c6c14d34d7
commit e398d4e1b7

View File

@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:0.1.32-rust-1 AS chef
FROM lukemathwalker/cargo-chef:0.1.66-rust-1 AS chef
WORKDIR /app
FROM chef AS planner