From 9c175151d35a5b149a7ef8dc141497a78d2353d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:57:44 +0000 Subject: [PATCH] Update consul Docker tag to v1.15.4 --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index db6f4ff..fcdfa3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,16 +55,16 @@ services: command: ["tox", "-e", "lint"] consul1: - image: consul:1.10.0 + image: consul:1.15.4 ports: - 8500:8500 command: 'agent -client=0.0.0.0 -datacenter=test -server -bootstrap -node=consul1 -ui' consul2: - image: consul:1.10.0 + image: consul:1.15.4 command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul2' consul3: - image: consul:1.10.0 + image: consul:1.15.4 command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul3' consul4: - image: consul:1.10.0 + image: consul:1.15.4 command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul4'