mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
Revert Rust version change
There seems to be an issue with cargo chef
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user