Add --locked to cargo-leptos install command
All checks were successful
Push Workflows / docker-build (push) Successful in 15m4s
All checks were successful
Push Workflows / docker-build (push) Successful in 15m4s
This commit is contained in:
parent
21c8da6eaa
commit
ecf748150e
@ -18,7 +18,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
|
||||
RUN rustup default nightly
|
||||
RUN rustup target add wasm32-unknown-unknown
|
||||
RUN cargo install cargo-leptos@0.2.26
|
||||
RUN cargo install cargo-leptos@0.2.26 --locked
|
||||
|
||||
# Install ImageMagick
|
||||
RUN cd / && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user