chore(deps): specify cargo-binstall version as v1.9.0
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
Paul Campbell 2024-08-04 14:49:42 +01:00
parent c467d164cf
commit 1ba7a4bc43

View file

@ -20,7 +20,7 @@ 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/