Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .maintain/docker/subkey.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM docker.io/library/ubuntu:20.04

# metadata
ARG VCS_REF
Expand Down Expand Up @@ -28,4 +28,3 @@ USER subkey
RUN /usr/local/bin/subkey --version

ENTRYPOINT ["/usr/local/bin/subkey"]

3 changes: 1 addition & 2 deletions .maintain/docker/substrate.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM docker.io/library/ubuntu:20.04

# metadata
ARG VCS_REF
Expand Down Expand Up @@ -42,4 +42,3 @@ EXPOSE 30333 9933 9944
VOLUME ["/substrate"]

ENTRYPOINT ["/usr/local/bin/substrate"]

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<img src="/docs/media/sub.gif">
</p>


Substrate is a next-generation framework for blockchain innovation 🚀.

## Trying it out

Simply go to [substrate.dev](https://substrate.dev) and follow the
[installation](https://substrate.dev/docs/en/knowledgebase/getting-started/) instructions. You can
Simply go to [substrate.dev](https://substrate.dev) and follow the
[installation](https://substrate.dev/docs/en/knowledgebase/getting-started/) instructions. You can
also try out one of the [tutorials](https://substrate.dev/en/tutorials).

## Contributions & Code of Conduct
Expand Down