locking cargo chef install.
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Heretic 1 week ago
parent 4925f4758c
commit 470543e94a

@ -10,7 +10,7 @@ RUN ./import_to_sqlite_fast.sh
FROM $RUST_BUILDER_IMAGE as chef
USER root
RUN cargo install cargo-chef
RUN cargo install cargo-chef --locked
WORKDIR /app
# Chef plan

@ -10,7 +10,7 @@ RUN ./import_to_sqlite_fast.sh
FROM $RUST_BUILDER_IMAGE as chef
USER root
RUN cargo install cargo-chef
RUN cargo install cargo-chef --locked
WORKDIR /app
# Chef plan

Loading…
Cancel
Save