Skip to content

Commit 9adf51f

Browse files
committed
Polkadot stable2509-2
1 parent 3ec0294 commit 9adf51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN rustup target add wasm32-unknown-unknown
2121
RUN rustup component add rust-src
2222

2323
WORKDIR /opt
24-
ARG VERSION=stable2509-1
24+
ARG VERSION=stable2509-2
2525
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b polkadot-$VERSION --depth 1
2626
WORKDIR /opt/polkadot-sdk
2727
RUN cargo build --locked \

0 commit comments

Comments
 (0)