We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stable2509-2
1 parent 3ec0294 commit 9adf51fCopy full SHA for 9adf51f
Dockerfile
@@ -21,7 +21,7 @@ RUN rustup target add wasm32-unknown-unknown
21
RUN rustup component add rust-src
22
23
WORKDIR /opt
24
-ARG VERSION=stable2509-1
+ARG VERSION=stable2509-2
25
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b polkadot-$VERSION --depth 1
26
WORKDIR /opt/polkadot-sdk
27
RUN cargo build --locked \
0 commit comments