Skip to content

Commit

Permalink
Pin cargo-chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadeutscher committed Jan 12, 2025
1 parent 75c0163 commit 2274dfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM rust:1 AS chef
RUN cargo install --locked cargo-chef
FROM lukemathwalker/cargo-chef:0.1.68-rust-1 AS chef
WORKDIR /app

FROM chef AS planner
Expand Down

0 comments on commit 2274dfd

Please sign in to comment.