From c395056ec59b28d913e3070a1b67db1733b04a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:29:12 +0000 Subject: [PATCH] chore(deps): update hashicorp/consul docker tag to v1.20.2 --- test/integration/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/docker-compose.yml b/test/integration/docker-compose.yml index c7415fb..720aaa4 100644 --- a/test/integration/docker-compose.yml +++ b/test/integration/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: consul-server1: - image: hashicorp/consul:1.11.2 + image: hashicorp/consul:1.20.2 container_name: consul-server1 restart: always volumes: @@ -19,7 +19,7 @@ services: command: "agent -bootstrap-expect=3" consul-server2: - image: hashicorp/consul:1.11.2 + image: hashicorp/consul:1.20.2 container_name: consul-server2 restart: always volumes: @@ -31,7 +31,7 @@ services: command: "agent -bootstrap-expect=3" consul-server3: - image: hashicorp/consul:1.11.2 + image: hashicorp/consul:1.20.2 container_name: consul-server3 restart: always volumes: