Skip to content

Commit

Permalink
fix: pin dioxus-cli to version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Dec 14, 2024
1 parent 379f8b4 commit dfd5782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dfd5782

Please sign in to comment.