chore(deps): update docker.io/rust docker tag to v1.84.0
Includes updating cargo-binstall to 1.10.19
This commit is contained in:
parent
fcf7e37076
commit
1af6efe6e2
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/rust:1.83.0-slim-bookworm
|
||||
FROM docker.io/rust:1.84.0-slim-bookworm
|
||||
|
||||
# nodejs - runtime used by forgejo/github actions
|
||||
# curl - to download cargo-binstall
|
||||
|
@ -13,7 +13,7 @@ RUN apt-get update \
|
|||
&& \
|
||||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.12/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.10.19/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/
|
||||
|
@ -22,7 +22,7 @@ RUN cargo binstall -y \
|
|||
cargo-chef@0.1 \
|
||||
cargo-hack@0.6 \
|
||||
cargo-machete@0.7 \
|
||||
cargo-mutants@24.11 \
|
||||
cargo-mutants@25.0 \
|
||||
release-plz@0.3
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
|
Loading…
Add table
Reference in a new issue