Skip to content
Snippets Groups Projects
Commit 0472a438 authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

dockerfiles: upgrade to ubuntu:20.04 (#9753)

* dockerfiles: upgrade to ubuntu:20.04

* dockerfiles: fq container name
parent 2c36adf8
No related merge requests found
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"]
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"]
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment