Skip to content

Commit

Permalink
fix: use --limit 1 instead of --limit 0 for cargo search
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitSacul committed Sep 18, 2024
1 parent 9eeca1a commit 436d666
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 @@ -5,7 +5,7 @@ WORKDIR /usr/src/starboard
# putting this first means that the cache won't be
# invalidated if src/migrations/cargo.toml/cargo.lock
# is changed.
RUN cargo search --limit 0
RUN cargo search --limit 1

# install pkg-config (required for reqwest dependency)
RUN apt-get update
Expand Down

0 comments on commit 436d666

Please sign in to comment.