lock cargo-leptos version
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 16m4s

This commit is contained in:
Mitchell Marino 2025-07-21 16:45:24 -05:00
parent 4fb60cf86a
commit 0ab1cdf93b

View File

@ -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