From 75d7c241459942eb975677017bf29efc14265ab2 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Sun, 8 May 2022 14:18:23 +0200 Subject: [PATCH] Update devcontainer.json So it's possible to use the dev container. --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bab6425..345babf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // See https://aka.ms/vscode-remote/devcontainer.json for format details. { - "image": "ludeeus/container:integration-debian", - "name": "Blueprint integration development", + "image": "ghcr.io/ludeeus/devcontainer/integration:stable", + "name": "Zaptec integration development", "context": "..", "appPort": [ "9123:8123"