From 0e7d3afa46f4366b37318aa2994ef52424342cf0 Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Fri, 20 Dec 2024 09:48:45 +0800 Subject: [PATCH] chore: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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