Skip to content

Commit

Permalink
Revert Rust version change
Browse files Browse the repository at this point in the history
There seems to be an issue with cargo chef
  • Loading branch information
lennart-k committed Jan 12, 2025
1 parent 742ab83 commit f031478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit f031478

Please sign in to comment.