From 55f7ff5b9dde84b7c9973cdad963808b7000e761 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Tue, 18 Aug 2020 17:40:02 +0200 Subject: [PATCH] Updated base image --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3354289..79cbe35 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ -FROM paritytech/substrate-playground-template-base:sha-ac4bc53 +FROM paritytech/substrate-playground-template-base:sha-0793587 # Here the whole repo is already accessible at . (thanks to the inherited image) -RUN cargo build --release \ No newline at end of file +RUN cargo build --release