Skip to content

Commit

Permalink
chore(deps): update hashicorp/consul docker tag to v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 4b23416 commit f938058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f938058

Please sign in to comment.