From 7b6fe476917dc1ff0575e3cb6349cd646f304fc8 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Dec 2020 21:51:12 -0600 Subject: [PATCH] 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 --- .buildkite/daily.yml | 2 +- .buildkite/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/daily.yml b/.buildkite/daily.yml index 8b2c00f7b94..ce04f48e318 100644 --- a/.buildkite/daily.yml +++ b/.buildkite/daily.yml @@ -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" diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8c84928d24d..e3390152b30 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"