From 188d96490287825795627a1b58378606d1c60f35 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Thu, 8 Oct 2020 12:00:06 +0200 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1ab0431..9cd5149 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM paritytech/substrate-playground-template-base:sha-0793587 +FROM paritytech/substrate-playground-template-base:sha-e8f33a4 # Here the whole repo is already accessible at . (thanks to the inherited image)