diff --git a/Dockerfile b/Dockerfile index 6c77326..425dd8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ protobuf-compiler WORKDIR /opt -ARG VERSION=0.9.34 +ARG VERSION=0.9.35 RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1 WORKDIR /opt/polkadot RUN ./scripts/init.sh