From f938058b2704c089c3dba359f38b683427fa7a16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:15:04 +0000 Subject: [PATCH] chore(deps): update hashicorp/consul docker tag to v1.19.1 --- 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 c87ff61..959d192 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.19.1 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.19.1 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.19.1 container_name: consul-server3 restart: always volumes: