Skip to content

Commit

Permalink
Polkadot stable2407-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Sep 2, 2024
1 parent 85112c0 commit 8b62478
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-stable2407-1
ARG VERSION=polkadot-stable2407-2
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1
WORKDIR /opt/polkadot-sdk
RUN cargo build --release --package polkadot
Expand Down

0 comments on commit 8b62478

Please sign in to comment.