From e35fcd5cc049f210983fb03cc2599f56b50bd582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 00:01:48 +0000 Subject: [PATCH] Update buildkite plugin docker-compose to v3.10.0 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5b2302a..ac03e73 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ steps: - label: ":shell: Tests" plugins: - docker-compose#v3.8.0: + docker-compose#v3.10.0: run: tests - label: ":sparkles: Lint"