Skip to content

Commit

Permalink
Polkadot 0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Nov 9, 2022
1 parent 3c0ec5b commit 1e67aab
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
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
protobuf-compiler

WORKDIR /opt
ARG VERSION=0.9.31
ARG VERSION=0.9.32
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
RUN ./scripts/init.sh
Expand All @@ -20,7 +20,7 @@ RUN cargo build --release
##################
# --- runner --- #
##################
FROM debian:11
FROM debian:11-slim

COPY --from=builder /opt/polkadot/target/release/polkadot /usr/local/bin/polkadot

Expand Down

0 comments on commit 1e67aab

Please sign in to comment.