diff --git a/Dockerfile b/Dockerfile index e31bc4ee..42c12d1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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