mirror of https://github.com/status-im/consul.git
Merge pull request #9520 from hashicorp/dnephin/1.8.x-fix-integration-test-fail
[1.8.x] Pin alpine/socat image to a version
This commit is contained in:
commit
d399690ae4
|
@ -397,7 +397,7 @@ services:
|
|||
fake-statsd:
|
||||
depends_on:
|
||||
- consul-primary
|
||||
image: "docker.mirror.hashicorp.services/alpine/socat"
|
||||
image: "docker.mirror.hashicorp.services/alpine/socat:1.7.3.4-r1"
|
||||
command:
|
||||
- -u
|
||||
- UDP-RECVFROM:8125,fork,reuseaddr
|
||||
|
|
Loading…
Reference in New Issue