diff --git a/Dockerfile b/Dockerfile index 30015a7..ec268b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM parity/tools:latest +FROM paritytech/tools:latest RUN apk add markdown COPY entrypoint.sh / RUN chmod +x /entrypoint.sh