Skip to content

Commit

Permalink
Upgrade cargo-deny 0.6.6 -> 0.6.7 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
repi authored May 3, 2020
1 parent 5c5072c commit c3a1c27
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 @@ -2,7 +2,7 @@ FROM rust:alpine

RUN apk add --no-cache curl

RUN curl --silent -L --output cargo-deny.tar.gz https://github.com/EmbarkStudios/cargo-deny/releases/download/0.6.6/cargo-deny-0.6.6-x86_64-unknown-linux-musl.tar.gz
RUN curl --silent -L --output cargo-deny.tar.gz https://github.com/EmbarkStudios/cargo-deny/releases/download/0.6.7/cargo-deny-0.6.7-x86_64-unknown-linux-musl.tar.gz
RUN tar -xzvf cargo-deny.tar.gz -C . --strip-components=1

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c3a1c27

Please sign in to comment.