We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e46c74 commit b5405c1Copy full SHA for b5405c1
docker/Dockerfile
@@ -23,7 +23,7 @@ RUN rustup target add \
23
x86_64-unknown-linux-gnu \
24
aarch64-unknown-linux-gnu
25
RUN rustup component add clippy rustfmt
26
-RUN cargo install cargo-chef@0.1.62 cargo-license@0.5.1
+RUN cargo install cargo-chef@0.1.67 cargo-license@0.6.1
27
28
COPY --from=x86_64-musl "/usr/local/musl" /usr/local/musl-x86_64/
29
COPY --from=aarch64-musl "/usr/local/musl" /usr/local/musl-aarch64/
0 commit comments