Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtismullins committed Oct 4, 2023
1 parent 26d5117 commit 4effe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG CARGO_PROFILE=release

FROM rust:1.72.0 AS chef
RUN rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && \
curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz -L | tar xz -C $CARGO_HOME/bin
curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz --fail-early -v -L | tar xz -C $CARGO_HOME/bin
RUN cargo binstall -y cargo-chef@0.1.56
WORKDIR /usr/src/app

Expand Down

0 comments on commit 4effe4a

Please sign in to comment.