Skip to content

Commit 759c7c8

Browse files
committed
review
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 0a785b5 commit 759c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
RUN apt-get update && apt-get install -y \
88
protobuf-compiler fuse3 libfuse3-dev \
99
&& rm -rf /var/lib/apt/lists/*
10-
RUN cargo install cargo-chef
10+
RUN cargo install cargo-chef --locked
1111

1212
# Planning stage, artifact is 'recipe.json'
1313
FROM chef AS planner

0 commit comments

Comments
 (0)