Compare commits

...

3 commits

Author SHA1 Message Date
6cd663f559 chore(deps): add release-plz version as v0.3.80
All checks were successful
/ test (push) Successful in 5s
2024-08-04 14:50:43 +01:00
58228eeddb chore(deps): specify cargo-chef version as v0.1.67
All checks were successful
/ test (push) Successful in 4s
2024-08-04 14:50:21 +01:00
1ba7a4bc43 chore(deps): specify cargo-binstall version as v1.9.0
All checks were successful
/ test (push) Successful in 4s
2024-08-04 14:49:42 +01:00

View file

@ -20,12 +20,13 @@ RUN apt-get update \
&& \
rm -r /var/lib/apt/lists/*
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.0/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
tar -xzf cargo-binstall.tgz && \
rm cargo-binstall.tgz && \
mv cargo-binstall /usr/local/bin/
RUN cargo binstall -y cargo-chef
RUN cargo binstall -y cargo-chef@0.1.67 \
release-plz@0.3.80
RUN rustup component add rustfmt clippy