Fix consul smoke tests

The consul image is deprecated, the new one is named 'hashicorp/consul'
This commit is contained in:
Moritz Halbritter
2023-10-04 11:45:46 +02:00
parent 005b805492
commit b8c7ca5eec

View File

@@ -1,5 +1,5 @@
services:
consul:
image: consul:latest
image: hashicorp/consul:latest
ports:
- "8500"