chore: update dockerfile

This commit is contained in:
Zack Fu Zi Xiang 2024-12-20 09:48:45 +08:00
parent 6f98894c6f
commit 0e7d3afa46
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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