Skip to content

Commit

Permalink
Polkadot 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 authored Jul 2, 2024
1 parent 3c2c65b commit 74c9789
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.13.0
ARG VERSION=polkadot-v1.14.0
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 74c9789

Please sign in to comment.