File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# ## STAGE 0: Create base chef image for building
33# ## cargo chef is used to speed up the build process by caching dependencies using docker
44# ## Use BUILDPLATFORM to ensure we use the native platform for building
5- FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:latest-rust-latest as chef
5+ FROM --platform=$BUILDPLATFORM rust:1.90-bookworm as chef
66
77RUN cargo install cargo-chef
88
Original file line number Diff line number Diff line change 11#syntax=docker/dockerfile:1.7-labs
22### STAGE 0: Create base chef image for building
33### cargo chef is used to speed up the build process by caching dependencies using docker
4- FROM --platform=$TARGETPLATFORM lukemathwalker/cargo-chef:latest-rust-latest as chef
4+ FROM --platform=$TARGETPLATFORM rust:1.90-bookworm as chef
55
66RUN cargo install cargo-chef
77
You can’t perform that action at this time.
0 commit comments