Skip to content

Commit

Permalink
Fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Dec 2, 2024
1 parent 5976058 commit b2a224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
FROM rust:1.77-bullseye AS chef
# We only pay the installation cost once,
# it will be cached from the second build onwards
RUN cargo install cargo-chef
RUN cargo install --locked cargo-chef

WORKDIR "/noseyparker"

Expand Down

0 comments on commit b2a224d

Please sign in to comment.