Skip to content

Commit

Permalink
Polkadot 0.9.36
Browse files Browse the repository at this point in the history
* Rust `1.66`
* Fix actions badge in Readme
  • Loading branch information
rblaine95 committed Dec 20, 2022
1 parent 8000903 commit 193bf47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.65 AS builder
FROM docker.io/rust:1.66 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.35
ARG VERSION=0.9.36
RUN git clone https://github.com/paritytech/polkadot.git -b v$VERSION --depth 1
WORKDIR /opt/polkadot
RUN ./scripts/init.sh
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ You should read their [Lightpaper](https://polkadot.network/Polkadot-lightpaper.

[github-tag-badge]: https://img.shields.io/github/v/tag/rblaine95/docker_polkadot "Github tag (latest by date)"
[github-tag-link]: https://github.com/rblaine95/docker_polkadot/tags
[github-actions-badge]: https://img.shields.io/github/workflow/status/rblaine95/docker_polkadot/Docker/master "Github Workflow Status (master)"
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/rblaine95/docker_polkadot/docker.yml?branch=master "Github Workflow Status (master)"
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/rblaine95/docker_monero/docker.yml?branch=master "Github Workflow Status (master)"
[github-actions-link]: https://github.com/rblaine95/docker_polkadot/actions?query=workflow%3ADocker

0 comments on commit 193bf47

Please sign in to comment.