Skip to content

Commit

Permalink
Update cargo-chef and cargo-license dependencies
Browse files Browse the repository at this point in the history
This commit updates cargo-chef from 0.1.62 to 0.1.67 and
cargo-license from 0.5.1 to 0.6.1
  • Loading branch information
tillrohrmann committed Jul 7, 2024
1 parent 4e46c74 commit b5405c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN rustup target add \
x86_64-unknown-linux-gnu \
aarch64-unknown-linux-gnu
RUN rustup component add clippy rustfmt
RUN cargo install [email protected].62 cargo-license@0.5.1
RUN cargo install [email protected].67 cargo-license@0.6.1

COPY --from=x86_64-musl "/usr/local/musl" /usr/local/musl-x86_64/
COPY --from=aarch64-musl "/usr/local/musl" /usr/local/musl-aarch64/
Expand Down

0 comments on commit b5405c1

Please sign in to comment.