chore(deps): update docker.io/rust docker tag to v1.84.0
All checks were successful
/ test (map[name:v1.81.0]) (push) Successful in 2m25s
/ test (map[name:nightly]) (push) Successful in 1m32s
/ test (map[name:stable]) (push) Successful in 1m37s

Includes updating cargo-binstall to 1.10.19
This commit is contained in:
Paul Campbell 2025-01-09 17:26:55 +00:00 committed by Paul Campbell
parent fcf7e37076
commit 1af6efe6e2

View file

@ -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 # nodejs - runtime used by forgejo/github actions
# curl - to download cargo-binstall # curl - to download cargo-binstall
@ -13,7 +13,7 @@ RUN apt-get update \
&& \ && \
rm -r /var/lib/apt/lists/* 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 && \ tar -xzf cargo-binstall.tgz && \
rm cargo-binstall.tgz && \ rm cargo-binstall.tgz && \
mv cargo-binstall /usr/local/bin/ mv cargo-binstall /usr/local/bin/
@ -22,7 +22,7 @@ RUN cargo binstall -y \
cargo-chef@0.1 \ cargo-chef@0.1 \
cargo-hack@0.6 \ cargo-hack@0.6 \
cargo-machete@0.7 \ cargo-machete@0.7 \
cargo-mutants@24.11 \ cargo-mutants@25.0 \
release-plz@0.3 release-plz@0.3
COPY entrypoint.sh / COPY entrypoint.sh /