Skip to content

Commit

Permalink
Polkadot 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Dec 13, 2023
1 parent 34e4ddf commit 73ab8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ RUN apt-get update && \
libclang-dev protobuf-compiler

WORKDIR /opt
ARG VERSION=v1.4.0
ARG VERSION=polkadot-v1.5.0
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1
WORKDIR /opt/polkadot-sdk
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN rustup target add wasm32-unknown-unknown
RUN rustup component add rust-src
RUN cargo build --release --package polkadot

##################
Expand Down

0 comments on commit 73ab8dc

Please sign in to comment.