From 93f9b331f50a295660a06bfa34b90254465de3b2 Mon Sep 17 00:00:00 2001 From: Andreas Kurz Date: Mon, 25 Nov 2024 14:41:53 +0000 Subject: [PATCH] chore: bump devcontainer version This will bump the version to be compatible with the 4.0 release. Signed-off-by: Andreas Kurz --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 47b8dc79f1..a8f2b31fae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "dockerfile": "Dockerfile", // Specify version for Zephyr Container // See https://github.com/zephyrproject-rtos/docker-image/releases - "args": { "ZEPHYR_TAG": "v0.26.13" } + "args": { "ZEPHYR_TAG": "v0.27.4" } }, // Needed for USB devices in container "privileged": true,