From 7b94bbc9717121e0865fc645d196245826ab4e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 3 May 2020 00:11:12 +0200 Subject: [PATCH] Update devcontainer (#23) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 83d83d6..98c934b 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-stable", + "image": "ludeeus/container:monster", "context": "..", "appPort": ["5000:5000", "9123:8123"], "postCreateCommand": "npm install",