We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 135040d + f9c58d5 commit 45722cfCopy full SHA for 45722cf
docker/openwec-alpine.Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.21 AS chef
2
-RUN apk add --no-cache rust cargo && cargo install cargo-chef
+RUN apk add --no-cache rust cargo && cargo install --locked cargo-chef
3
WORKDIR /SRC
4
5
FROM chef AS planner
docker/openwec.Dockerfile
-FROM rust:slim-bookworm AS chef
-RUN cargo install cargo-chef
+FROM rust:slim-bookworm AS chef
+RUN cargo install --locked cargo-chef
0 commit comments