Skip to content

Commit

Permalink
polkadot 0.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jun 15, 2022
1 parent 2041236 commit 10aa10d
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 @@ -10,7 +10,7 @@ RUN apt-get update && \
libclang-dev pkg-config libssl-dev cmake

WORKDIR /opt
ARG VERSION=0.9.23
ARG VERSION=0.9.24
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
RUN ./scripts/init.sh
Expand Down

0 comments on commit 10aa10d

Please sign in to comment.