diff --git a/Dockerfile b/Dockerfile index 0c19fea..4d2065b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################### # --- builder --- # ################### -FROM docker.io/rust:1.80 AS builder +FROM docker.io/rust:1.81 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-2 +ARG VERSION=polkadot-stable2409 RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1 WORKDIR /opt/polkadot-sdk RUN cargo build --release --package polkadot