Skip to content

Commit

Permalink
chore: bump devcontainer version
Browse files Browse the repository at this point in the history
This will bump the version to be compatible with the 4.0 release.

Signed-off-by: Andreas Kurz <[email protected]>
  • Loading branch information
andreas-kurz committed Nov 25, 2024
1 parent 5a4778c commit 93f9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93f9b33

Please sign in to comment.