Skip to content

Commit

Permalink
Polkadot 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jul 19, 2023
1 parent b9c0930 commit 71b55fd
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.70 AS builder
FROM docker.io/rust:1.71 AS builder

RUN apt-get update && \
apt-get -y dist-upgrade && \
Expand All @@ -11,7 +11,7 @@ RUN apt-get update && \
protobuf-compiler

WORKDIR /opt
ARG VERSION=0.9.43
ARG VERSION=1.0.0
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
Expand Down

0 comments on commit 71b55fd

Please sign in to comment.