Skip to content

Commit

Permalink
chore: bump zephyr container version
Browse files Browse the repository at this point in the history
Use latest version of toolchain container provided by the zephyr
project.

Signed-off-by: Andreas Kurz <[email protected]>
  • Loading branch information
andreas-kurz committed Jul 1, 2024
1 parent d9b7b3c commit cbe7ade
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.7" }
"args": { "ZEPHYR_TAG": "v0.26.13" }
},
// Needed for USB devices in container
"privileged": true,
Expand Down

0 comments on commit cbe7ade

Please sign in to comment.