Skip to content

Commit deb46ba

Browse files
chore(deps): update hashicorp/consul docker tag to v1.16.1
1 parent 532a9ee commit deb46ba

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.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
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.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
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.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
3535
container_name: consul-server3
3636
restart: always
3737
volumes:

0 commit comments

Comments
 (0)