diff --git a/Dockerfile b/Dockerfile index 42832ac..059b711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" RUN rustup component add clippy rustfmt # 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 WORKDIR /app