From 18763151c7e63ec5218840eb5c726baf63710456 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 5 Nov 2019 19:40:15 +0100 Subject: [PATCH] Use stable --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 89c9a531..4dc365a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // See https://aka.ms/vscode-remote/devcontainer.json for format details. { "name": "Boilerplate Card Development", - "image": "ludeeus/devcontainer:monster", + "image": "ludeeus/devcontainer:monster-stable", "context": "..", "appPort": ["5000:5000", "9123:8123"], "postCreateCommand": "npm install",