diff --git a/.maintain/docker/subkey.Dockerfile b/.maintain/docker/subkey.Dockerfile index 9184cad5b4058..5797295806d00 100644 --- a/.maintain/docker/subkey.Dockerfile +++ b/.maintain/docker/subkey.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM docker.io/library/ubuntu:20.04 # metadata ARG VCS_REF @@ -28,4 +28,3 @@ USER subkey RUN /usr/local/bin/subkey --version ENTRYPOINT ["/usr/local/bin/subkey"] - diff --git a/.maintain/docker/substrate.Dockerfile b/.maintain/docker/substrate.Dockerfile index 7cd4576a9e89f..e13dfb426adfd 100644 --- a/.maintain/docker/substrate.Dockerfile +++ b/.maintain/docker/substrate.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM docker.io/library/ubuntu:20.04 # metadata ARG VCS_REF @@ -42,4 +42,3 @@ EXPOSE 30333 9933 9944 VOLUME ["/substrate"] ENTRYPOINT ["/usr/local/bin/substrate"] - diff --git a/README.md b/README.md index 1ccebac908187..6288540548a0d 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@

- 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