From 85112c0a17f3d6ad0cdc9713037c78fc35921c29 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Thu, 15 Aug 2024 15:37:26 +0200 Subject: [PATCH] Polkadot `stable2407-1` --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aae041e..4ac8518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################### # --- builder --- # ################### -FROM docker.io/rust:1.79 AS builder +FROM docker.io/rust:1.80 AS builder RUN apt-get update && \ apt-get -y dist-upgrade && \ @@ -13,7 +13,7 @@ RUN rustup target add wasm32-unknown-unknown RUN rustup component add rust-src WORKDIR /opt -ARG VERSION=polkadot-stable2407 +ARG VERSION=polkadot-stable2407-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