diff --git a/Dockerfile b/Dockerfile index fe9b45a..560111c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ curl \ git RUN cargo install cargo-chef -RUN cargo install dioxus-cli +RUN cargo install dioxus-cli@0.5.6 WORKDIR /app # copy in source files, cd into target create and prepare recipe diff --git a/README.md b/README.md index db4f785..9d0332a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Aight, if you're, just like me, one of those brave souls who **wants** to compil 1. Install [`Dioxus CLI`](https://dioxuslabs.com/learn/0.5/getting_started): ```bash - cargo install dioxus-cli + cargo install dioxus-cli@0.5.6 ``` 1. Fork/Clone the GitHub repository.