Skip to content

Commit

Permalink
fix: Update cornucopia.
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed Sep 3, 2022
1 parent 87b05bb commit 248f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl https://github.com/watchexec/cargo-watch/releases/download/v7.8.0/cargo
&& tar -xf cargo-watch.tar.xz \
&& mv cargo-watch-v7.8.0-x86_64-unknown-linux-musl/cargo-watch /home

RUN cargo install --version 0.8.1 cornucopia
RUN cargo install --version 0.8.2 cornucopia
RUN cargo install cargo-chef --locked

FROM rust:slim
Expand Down

0 comments on commit 248f9e5

Please sign in to comment.