We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd61e04 commit 1521a07Copy full SHA for 1521a07
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM rust:1 AS chef
+# The rust version is pinned to prevent unexpected breakages due to rust changes.
2
+FROM rust:1.87 AS chef
3
RUN cargo install cargo-chef
4
WORKDIR /app
5
0 commit comments