Skip to content

Commit

Permalink
Polkadot 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 20, 2024
1 parent d92ba2b commit 1a02050
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,15 +1,15 @@
###################
# --- builder --- #
###################
FROM docker.io/rust:1.75 AS builder
FROM docker.io/rust:1.76 AS builder

RUN apt-get update && \
apt-get -y dist-upgrade && \
apt-get -y install \
libclang-dev protobuf-compiler

WORKDIR /opt
ARG VERSION=polkadot-v1.7.0
ARG VERSION=polkadot-v1.7.1
RUN git clone https://github.com/paritytech/polkadot-sdk.git -b $VERSION --depth 1
WORKDIR /opt/polkadot-sdk
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
Expand Down

0 comments on commit 1a02050

Please sign in to comment.