From e992054ba62ee54f948604848ff984d9844fae6c Mon Sep 17 00:00:00 2001 From: kemitix Date: Fri, 31 Jan 2025 12:04:31 +0000 Subject: [PATCH] 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 --- Dockerfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f638a27..1698663 100644 --- a/Dockerfile +++ b/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"