Skip to content

Commit

Permalink
Polkadot 0.9.29
Browse files Browse the repository at this point in the history
* Polkadot `0.9.29`
* Rust `1.63` builder
  • Loading branch information
rblaine95 committed Sep 14, 2022
1 parent 09aef95 commit 70873b7
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.62 AS builder
FROM docker.io/rust:1.63 AS builder

RUN apt-get update && \
apt-get -y dist-upgrade && \
Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \
libclang-dev pkg-config libssl-dev cmake

WORKDIR /opt
ARG VERSION=0.9.28
ARG VERSION=0.9.29
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
RUN ./scripts/init.sh
Expand Down

0 comments on commit 70873b7

Please sign in to comment.