This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
FROM node:24.4-bullseye
|
||||
FROM node:26.2-bullseye
|
||||
|
||||
# Install necessary packages
|
||||
RUN apt-get update && \
|
||||
@@ -29,8 +29,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
# Add clippy and rustfmt
|
||||
RUN rustup component add clippy rustfmt
|
||||
|
||||
# Install cargo-leptos and sqlx-cli
|
||||
RUN cargo install cargo-leptos@0.2.40 --locked sqlx-cli
|
||||
# Install cargo-leptos, sqlx-cli and cargo-nextest
|
||||
RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest
|
||||
|
||||
# Set up the project directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user