Compare commits

..

2 commits
v2.4.2 ... main

Author SHA1 Message Date
20f92c7ea8
hopefully fixed it. 2024-11-29 07:14:41 +01:00
bace840d8e
switch to alpine as base image. 2024-11-29 06:45:04 +01:00

View file

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