chore: update dockerfile
This commit is contained in:
parent
6f98894c6f
commit
0e7d3afa46
|
|
@ -1,5 +1,5 @@
|
|||
# Using cargo-chef to manage Rust build cache effectively
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.79 as chef
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
|
||||
|
||||
WORKDIR /app
|
||||
RUN apt update && apt install lld clang -y
|
||||
|
|
|
|||
Loading…
Reference in New Issue