From a03455012bde119df9a6dcc7a0bfcb76902ffaa3 Mon Sep 17 00:00:00 2001
From: kaichao <kaichaosuna@gmail.com>
Date: Fri, 19 Jun 2020 02:35:19 +0000
Subject: [PATCH] :bookmark: update image

---
 .devcontainer/devcontainer.json | 34 ++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 27e4258ed..e64502369 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,18 +1,18 @@
 {
-    "name": "Substrate Node template",
-    "dockerFile": "Dockerfile",
-    "settings": {
-      "terminal.integrated.shell.linux": "/bin/bash",
-      "lldb.executable": "/usr/bin/lldb"
-    },
-    "extensions": [
-      "rust-lang.rust",
-      "bungcip.better-toml",
-      "vadimcn.vscode-lldb"
-    ],
-    "forwardPorts": [
-      3000,
-      9944
-    ]
-  }
-  
\ No newline at end of file
+  "name": "Substrate Node template",
+  "dockerFile": "Dockerfile",
+  "settings": {
+    "terminal.integrated.shell.linux": "/bin/bash",
+    "lldb.executable": "/usr/bin/lldb"
+  },
+  "extensions": [
+    "rust-lang.rust",
+    "bungcip.better-toml",
+    "vadimcn.vscode-lldb"
+  ],
+  "forwardPorts": [
+    3000,
+    9944
+  ],
+  "image": "jeluard/substrate-playground-template-node-template:sha-64ca567"
+}
-- 
GitLab