From aab3a40646a43f955d070728b0a7c01a4468fe0d Mon Sep 17 00:00:00 2001
From: Julien Eluard <jeluard@users.noreply.github.com>
Date: Tue, 23 Jun 2020 14:01:51 +0200
Subject: [PATCH] Updated base template image (#61)

---
 .devcontainer/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 1b058d69b..335428966 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
-FROM paritytech/substrate-playground-template-base:sha-b5e20c1
+FROM paritytech/substrate-playground-template-base:sha-ac4bc53
 
-ADD . .
+# Here the whole repo is already accessible at . (thanks to the inherited image)
 
 RUN cargo build --release
\ No newline at end of file
-- 
GitLab