Compare commits

..

1 commit
main ... v2.4.1

Author SHA1 Message Date
f84f054c57
switch to alpine as base image.
Some checks failed
/ test (map[name:nightly]) (push) Failing after 15s
/ test (map[name:stable]) (push) Failing after 15s
/ test (map[name:v1.81.0]) (push) Failing after 16s
2024-11-29 06:27:26 +01:00

View file

@ -14,8 +14,7 @@ RUN apk update && \
cargo install cargo-chef \ cargo install cargo-chef \
cargo-hack \ cargo-hack \
cargo-machete \ cargo-machete \
cargo-mutants && \ cargo-mutants
rustup component add rustfmt clippy
COPY entrypoint.sh / COPY entrypoint.sh /