From bf9c6227a8ec8713df35bfaf35dbdf8d36469d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 02:11:52 +0000 Subject: [PATCH] Update buildkite plugin docker-compose to v5.12.1 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4167442..888064a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,6 +2,6 @@ steps: - name: ":rspec:" command: "rspec --color specs" plugins: - docker-compose#v5.10.0: + docker-compose#v5.12.1: run: app tty: true