lock cargo-leptos version
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 16m4s
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 16m4s
This commit is contained in:
parent
4fb60cf86a
commit
0ab1cdf93b
@ -30,7 +30,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
|||||||
RUN rustup component add clippy rustfmt
|
RUN rustup component add clippy rustfmt
|
||||||
|
|
||||||
# Install cargo-leptos and sqlx-cli
|
# Install cargo-leptos and sqlx-cli
|
||||||
RUN cargo install cargo-leptos sqlx-cli
|
RUN cargo install cargo-leptos@0.2.40 --locked sqlx-cli
|
||||||
|
|
||||||
# Set up the project directory
|
# Set up the project directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user