chore: update dockerfile rust version
This commit is contained in:
parent
46f33ed3aa
commit
cafff8098b
|
|
@ -1,6 +1,6 @@
|
||||||
# User should build from parent directory
|
# 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
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Using cargo-chef to manage Rust build cache effectively
|
# 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
|
WORKDIR /app
|
||||||
RUN apt update && apt install lld clang -y
|
RUN apt update && apt install lld clang -y
|
||||||
|
|
|
||||||
|
|
@ -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
|
# Set the initial working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
|
|
@ -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
|
# Set the initial working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue