chore: Bump rust from 1.84.0 to 1.84.1 and cargo-binstall from 1.10.19 to 1.10.22
Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
parent
db523065e0
commit
e992054ba6
1 changed files with 2 additions and 8 deletions
10
Dockerfile
10
Dockerfile
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue