chore: update dockerfile rust version

This commit is contained in:
Zack Fu Zi Xiang 2024-12-20 17:10:23 +08:00
parent 46f33ed3aa
commit cafff8098b
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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