From c5ea1a69257858e40d18aca22832a1e22991df50 Mon Sep 17 00:00:00 2001 From: Robbie Blaine <4052340+rblaine95@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:57:31 +0200 Subject: [PATCH] Polkadot `1.14.1` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a195de..103610d 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.0 +ARG VERSION=polkadot-v1.14.1 RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1 WORKDIR /opt/polkadot-sdk RUN cargo build --release --package polkadot