From f031478786e8439a2fffe20a13f030eafe80a258 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:55:05 +0100 Subject: [PATCH] Revert Rust version change There seems to be an issue with cargo chef --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6213c28..2061e07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.84 AS chef +FROM rust:1.83 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 \