Skip to content

Commit 924deba

Browse files
committed
Updated
1 parent 4303d08 commit 924deba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

playground/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
RUN cargo install wasm-pack --locked
66
WORKDIR /app
77
COPY playground/Cargo.toml playground/Cargo.lock ./
@@ -18,7 +18,7 @@ COPY --from=wasm-builder /app/frontend/src/wasm-pkg/ ./src/wasm-pkg/
1818
RUN 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
2222
WORKDIR /app
2323
COPY playground/Cargo.toml playground/Cargo.lock ./
2424
COPY playground/wasm/ wasm/
@@ -42,7 +42,7 @@ RUN sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)" && \
4242
ENV 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
4646
ENV PATH="/root/.cargo/bin:${PATH}"
4747

4848
# Copy backend binary

0 commit comments

Comments
 (0)