chore: Bump rust from 1.84.0 to 1.84.1 and cargo-binstall from 1.10.19 to 1.10.22
All checks were successful
/ test (map[name:stable]) (push) Successful in 43s
/ test (map[name:nightly]) (push) Successful in 1m41s

Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2025-01-31 12:04:31 +00:00 committed by Paul Campbell
parent db523065e0
commit e992054ba6

View file

@ -1,9 +1,9 @@
FROM docker.io/rust:1.84.0-alpine3.21
FROM docker.io/rust:1.84.1-alpine3.21
LABEL org.opencontainers.image.source=https://git.kemitix.net/kemitix/rust
RUN apk add --no-cache curl=8.11.1-r0
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 && \
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.22/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/
@ -42,12 +42,6 @@ RUN apk add --no-cache \
dbus-dev \
git
# clang \
# mold \
# dbus-dev \
RUN git config --global user.email "action@git.kemitix.net" && \
git config --global user.name "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust"