Skip to content

Commit

Permalink
Polkadot stable2407
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jul 29, 2024
1 parent c5ea1a6 commit 6161dd4
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-v1.14.1
ARG VERSION=polkadot-stable2407
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 6161dd4

Please sign in to comment.