Skip to content

Commit

Permalink
Polkadot 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 27, 2024
1 parent a401758 commit ec0638b
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 @@ -9,7 +9,7 @@ RUN apt-get update && \
libclang-dev protobuf-compiler

WORKDIR /opt
ARG VERSION=polkadot-v1.7.2
ARG VERSION=polkadot-v1.8.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
Expand Down

0 comments on commit ec0638b

Please sign in to comment.