Skip to content

Commit

Permalink
Polkadot stable2412
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Dec 17, 2024
1 parent d46c893 commit 75836b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN rustup target add wasm32-unknown-unknown
RUN rustup component add rust-src

WORKDIR /opt
ARG VERSION=polkadot-stable2409-2
ARG VERSION=polkadot-stable2412
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1
WORKDIR /opt/polkadot-sdk
RUN cargo build --locked --release \
Expand Down

0 comments on commit 75836b1

Please sign in to comment.