We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stable2512-2
1 parent 6f4b10e commit 0091089Copy full SHA for 0091089
Dockerfile
@@ -17,7 +17,7 @@ ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
17
RUN rustup target add wasm32v1-none
18
19
WORKDIR /opt
20
-ARG VERSION=stable2512-1
+ARG VERSION=stable2512-2
21
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b polkadot-$VERSION --depth 1
22
WORKDIR /opt/polkadot-sdk
23
RUN cargo build --locked \
0 commit comments