Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Bump Rust version due to

```
4.718 error: rustc 1.80.1 is not supported by the following package:                                                                                                                         
4.718   [email protected] requires rustc 1.83     
```
  • Loading branch information
berezovskyi authored Dec 22, 2024
1 parent 6e8ac69 commit f97aac2
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,6 +1,6 @@
# --- build image

FROM rust:1.80 AS builder
FROM rust:1.83 AS builder

RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev
Expand Down

0 comments on commit f97aac2

Please sign in to comment.