ci: zephyr: switch to CI image 0.24.2

Let's bump CI image to be up-to-date with the upstream.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-08-31 08:17:14 +02:00 committed by Fabio Utzig
parent 66cdd46b44
commit be7e2b1a54
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
# Docker image from the zephyr upstream. Includes SDK and other required tools
container:
image: zephyrprojectrtos/ci:v0.21.0
image: zephyrprojectrtos/ci:v0.24.2
options: '--entrypoint /bin/bash'
volumes:
- /home/runners/zephyrproject:/github/cache/zephyrproject