Skip to content

Commit

Permalink
Polkadot 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Apr 5, 2023
1 parent 2aafc24 commit 6ca72f6
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 @@ -11,7 +11,7 @@ RUN apt-get update && \
protobuf-compiler

WORKDIR /opt
ARG VERSION=0.9.40
ARG VERSION=0.9.41
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
Expand Down

0 comments on commit 6ca72f6

Please sign in to comment.