Dockerfile: Bump Rust version to 1.84

This commit is contained in:
Lennart
2025-01-12 13:45:38 +01:00
parent e9f249adde
commit 742ab83838

View File

@@ -1,4 +1,4 @@
FROM rust:1.83 AS chef
FROM rust:1.84 AS chef
RUN apt-get update \
&& apt-get install -y musl-dev musl-tools --no-install-recommends \
&& rustup target add x86_64-unknown-linux-musl \