From 5393a564ca585a4dbebb76c41ddd52621c2ce1c4 Mon Sep 17 00:00:00 2001 From: "e. g" Date: Mon, 12 Oct 2020 13:22:12 +0200 Subject: [PATCH] Update Dockerfile change to new docker image location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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