Skip to content

Commit

Permalink
Merge pull request #128 from mozilla-services/chore/use-cargo-lockfile
Browse files Browse the repository at this point in the history
chore: use cargo's lockfile
  • Loading branch information
pjenvey authored Dec 30, 2019
2 parents 5c2f010 + 9a083f4 commit 08702bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions 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
11 changes: 11 additions & 0 deletions PR_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Description

Describe these changes.

## Testing

How should reviewers test?

## Issue(s)

Closes [link](link).

0 comments on commit 08702bc

Please sign in to comment.