ci: Update docker image to v0.11.11 for SDK 0.12.0

Update the docker image we build with to grab SDK 0.12.0 in addition to
0.11.4.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-12-17 21:51:12 -06:00 committed by Anas Nashif
parent c6c5a371a7
commit 7b6fe47691
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ steps:
manual: true
plugins:
- docker#v3.5.0:
image: "zephyrprojectrtos/ci:v0.11.10"
image: "zephyrprojectrtos/ci:v0.11.11"
propagate-environment: true
volumes:
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"

View file

@ -10,7 +10,7 @@ steps:
manual: true
plugins:
- docker#v3.5.0:
image: "zephyrprojectrtos/ci:v0.11.10"
image: "zephyrprojectrtos/ci:v0.11.11"
propagate-environment: true
volumes:
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"