Skip to content
Snippets Groups Projects
Commit 09400fee authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Specify cargo-chef version to be compatible with rust 1.71

parent f0cd27d9
No related branches found
No related tags found
1 merge request!106Specify cargo-chef version to be compatible with rust 1.71
Pipeline #6514 passed
FROM registry.gitlab.limos.fr/ecomobicoin/infra/rust-builder-image:1.71 as chef
WORKDIR /app
RUN cargo install cargo-chef
RUN cargo install cargo-chef --version 0.1.53
FROM chef as planner
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment