diff --git a/dev-env-as-code/Dockerfile b/dev-env-as-code/Dockerfile index 939ffd19..99d46ce7 100644 --- a/dev-env-as-code/Dockerfile +++ b/dev-env-as-code/Dockerfile @@ -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