diff --git a/admin_frontend/Dockerfile b/admin_frontend/Dockerfile index 3a2d8e5d..03cabc63 100644 --- a/admin_frontend/Dockerfile +++ b/admin_frontend/Dockerfile @@ -1,6 +1,6 @@ # User should build from parent directory -FROM lukemathwalker/cargo-chef:latest-rust-1.78 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef WORKDIR /app diff --git a/services/appflowy-collaborate/Dockerfile b/services/appflowy-collaborate/Dockerfile index 2c958002..7768490d 100644 --- a/services/appflowy-collaborate/Dockerfile +++ b/services/appflowy-collaborate/Dockerfile @@ -1,5 +1,5 @@ # Using cargo-chef to manage Rust build cache effectively -FROM lukemathwalker/cargo-chef:latest-rust-1.78 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef WORKDIR /app RUN apt update && apt install lld clang -y diff --git a/services/appflowy-history_deprecated/Dockerfile b/services/appflowy-history_deprecated/Dockerfile index d2bc80d1..90149443 100644 --- a/services/appflowy-history_deprecated/Dockerfile +++ b/services/appflowy-history_deprecated/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.77 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef # Set the initial working directory WORKDIR /app diff --git a/services/appflowy-worker/Dockerfile b/services/appflowy-worker/Dockerfile index 56cf8f63..08584113 100644 --- a/services/appflowy-worker/Dockerfile +++ b/services/appflowy-worker/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.78 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef # Set the initial working directory WORKDIR /app