From b605e5adc43109ccf9eee51cf1c3a03b1a2ba5d3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 7 May 2020 23:54:46 -0500 Subject: [PATCH] ci: docker: Update image to 0.11.7 This is to get srecord tools for TFM Signed-off-by: Kumar Gala --- .shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 2dc7f40d4d7..3fe23ca392d 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -20,7 +20,7 @@ build: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: image_name: zephyrprojectrtos/ci - image_tag: v0.11.6 + image_tag: v0.11.7 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"