Skip to content

Commit 0e25da8

Browse files
fontivanopenshift-cherrypick-robot
authored andcommitted
Pin rust version to prevent unexpected breakages due to rust changes - For now, we can pin to 1.87 - This can be updated semi regularly to keep pace with new rust features
1 parent e8013d1 commit 0e25da8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM rust:1 AS chef
1+
# The rust version is pinned to prevent unexpected breakages due to rust changes.
2+
FROM rust:1.87 AS chef
23
RUN cargo install cargo-chef
34
WORKDIR /app
45

0 commit comments

Comments
 (0)