From dbfb88fb30aa00802d131210db908f689653b00d Mon Sep 17 00:00:00 2001 From: Yordan Suarez Date: Sun, 17 Jul 2022 03:50:49 -0400 Subject: [PATCH] Update base image for development --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fab8c1f..fec416a 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": "FPL integration development", "context": "..", "appPort": [ "9123:8123"