build: less restrictive cargo-chef, cargo-hack and release-plz versions
Allow patch version upgrades without intervention.
This commit is contained in:
parent
8b9b16aa2e
commit
cdce2e3048
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
|
|||
mv cargo-binstall /usr/local/bin/
|
||||
|
||||
RUN cargo binstall -y \
|
||||
cargo-chef@0.1.67 \
|
||||
cargo-hack@0.6.31 \
|
||||
release-plz@0.3.80
|
||||
cargo-chef@0.1 \
|
||||
cargo-hack@0.6 \
|
||||
release-plz@0.3
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
|
Loading…
Reference in a new issue