Skip to content

Commit

Permalink
Polkadot stable2407
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jul 29, 2024
1 parent c5ea1a6 commit d6f56ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand All @@ -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
Expand Down

0 comments on commit d6f56ed

Please sign in to comment.