Skip to content

Commit

Permalink
devcontainer: bump Zephyr CI container to v0.26.5
Browse files Browse the repository at this point in the history
Updated Zephyr SDK to 0.16.3.

issues: #136
Signed-off-by: Stephan Linz <linz@li-pro.net>
  • Loading branch information
rexut committed Oct 9, 2023
1 parent c1d518e commit d5e739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.4" }
"args": { "ZEPHYR_TAG": "v0.26.5" }
},
// Needed for USB devices in container
"privileged": true,
Expand Down Expand Up @@ -33,4 +33,4 @@
]
}
}
}
}

0 comments on commit d5e739f

Please sign in to comment.