Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update hashicorp/consul docker tag to v1.17.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 21, 2023
1 parent 013e8fd commit 01cdf46
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
@@ -3,7 +3,7 @@ version: '3.7'
services:

consul-server1:
image: hashicorp/consul:1.11.2
image: hashicorp/consul:1.17.0
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.17.0
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.17.0
container_name: consul-server3
restart: always
volumes:

0 comments on commit 01cdf46

Please sign in to comment.