From b89b918fd8bd9639516fdcb1c08617a8e3b5159e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:35:55 +0000 Subject: [PATCH] Update ghcr.io/home-assistant/devcontainer Docker tag to v3 --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 5cfc63c..5c7d7f4 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "Berty Buttfaces Home Assistant add-on repository", - "image": "ghcr.io/home-assistant/devcontainer:2-addons", + "image": "ghcr.io/home-assistant/devcontainer:3-addons", "appPort": ["7123:8123", "7357:4357"], "postStartCommand": "bash devcontainer_bootstrap", "runArgs": ["-e", "GIT_EDITOR=code --wait", "--privileged"],