mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
Pin alpine/socat image to a version.
To fix failing integration tests. The latest version (`1.7.4.0-r0`) appears to not be catting all the bytes, so the expected metrics are missing in the output.
This commit is contained in:
parent
792fb090fe
commit
eeb3b85122
@ -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…
x
Reference in New Issue
Block a user