From 75836b111d2380db5dc63ce0562cba0c70441c67 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Tue, 17 Dec 2024 12:33:57 +0200 Subject: [PATCH] Polkadot `stable2412` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c512337..c91c50d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN rustup target add wasm32-unknown-unknown RUN rustup component add rust-src WORKDIR /opt -ARG VERSION=polkadot-stable2409-2 +ARG VERSION=polkadot-stable2412 RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1 WORKDIR /opt/polkadot-sdk RUN cargo build --locked --release \