ci: update docker image to 0.5-rc4 to get sdk-ng

The 0.5-rc4 ci docker image adds the beta2 of sdk-ng so we can use that
for testing.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-12-13 14:37:14 -06:00 committed by Kumar Gala
commit 32ce21961b

View file

@ -22,7 +22,7 @@ build:
- ${SHIPPABLE_BUILD_DIR}/ccache
pre_ci_boot:
image_name: zephyrprojectrtos/ci
image_tag: v0.5-rc3
image_tag: v0.5-rc4
pull: true
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"