Skip to content

Commit f277aa8

Browse files
chore(deps): update hashicorp/consul docker tag to v1.21.1
1 parent 4beac65 commit f277aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
44

55
consul-server1:
6-
image: hashicorp/consul:1.11.2
6+
image: hashicorp/consul:1.21.1
77
container_name: consul-server1
88
restart: always
99
volumes:
@@ -19,7 +19,7 @@ services:
1919
command: "agent -bootstrap-expect=3"
2020

2121
consul-server2:
22-
image: hashicorp/consul:1.11.2
22+
image: hashicorp/consul:1.21.1
2323
container_name: consul-server2
2424
restart: always
2525
volumes:
@@ -31,7 +31,7 @@ services:
3131
command: "agent -bootstrap-expect=3"
3232

3333
consul-server3:
34-
image: hashicorp/consul:1.11.2
34+
image: hashicorp/consul:1.21.1
3535
container_name: consul-server3
3636
restart: always
3737
volumes:

0 commit comments

Comments
 (0)