Skip to content

Commit

Permalink
chore: force cargo install to use cargo.lock
Browse files Browse the repository at this point in the history
closes #127
  • Loading branch information
tublitzed committed Dec 27, 2019
1 parent 5c2f010 commit 2bdcd00
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 @@ -8,7 +8,7 @@ RUN \
cargo --version && \
rustc --version && \
mkdir -m 755 bin && \
cargo install --path autopush --root /app
cargo install --path autopush --locked --root /app


FROM debian:buster-slim
Expand Down

0 comments on commit 2bdcd00

Please sign in to comment.