From 6161dd419b7a47e8cf7c8b1e55a717b018d314b6 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Mon, 29 Jul 2024 19:55:30 +0200 Subject: [PATCH] Polkadot `stable2407` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 103610d..aae041e 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-v1.14.1 +ARG VERSION=polkadot-stable2407 RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1 WORKDIR /opt/polkadot-sdk RUN cargo build --release --package polkadot