Compare commits

..

2 Commits

Author SHA1 Message Date
1a993fdffd Merge pull request 'Pin cargo-leptos version' (#3) from 1-pin-cargoleptos-version into main
Some checks failed
Push Workflows / docker-build (push) Failing after 1m1s
Reviewed-on: #3
2024-12-18 03:44:05 +00:00
424b0fb51e
Pin cargo-leptos to 0.2.22
All checks were successful
Push Workflows / docker-build (push) Successful in 10m49s
2024-12-17 22:22:30 -05:00

View File

@ -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
RUN cargo install cargo-leptos@0.2.22
# Install ImageMagick
RUN cd / && \