File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build context is the repo root (set by captain-definition)
22
33# Stage 1: Build WASM
4- FROM rust:1.86 -bookworm AS wasm-builder
4+ FROM rust:1.88 -bookworm AS wasm-builder
55RUN cargo install wasm-pack --locked
66WORKDIR /app
77COPY playground/Cargo.toml playground/Cargo.lock ./
@@ -18,7 +18,7 @@ COPY --from=wasm-builder /app/frontend/src/wasm-pkg/ ./src/wasm-pkg/
1818RUN npm run build
1919
2020# Stage 3: Build Axum backend
21- FROM rust:1.86 -bookworm AS backend-builder
21+ FROM rust:1.88 -bookworm AS backend-builder
2222WORKDIR /app
2323COPY playground/Cargo.toml playground/Cargo.lock ./
2424COPY playground/wasm/ wasm/
@@ -42,7 +42,7 @@ RUN sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)" && \
4242ENV PATH="/root/.local/share/solana/install/active_release/bin:${PATH}"
4343
4444# Install Rust toolchain for cargo-build-sbf
45- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.86 .0
45+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.88 .0
4646ENV PATH="/root/.cargo/bin:${PATH}"
4747
4848# Copy backend binary
You can’t perform that action at this time.
0 commit comments