mirror of https://github.com/docker/compose.git
Try changing package used to avoid any race condition in tests
Signed-off-by: Vedant Koditkar <vedant.koditkar@outlook.com>
This commit is contained in:
parent
0db6dfee03
commit
de49bea774
|
@ -1,4 +1,4 @@
|
||||||
services:
|
services:
|
||||||
simple:
|
simple:
|
||||||
image: alpine
|
image: alpine:3.13
|
||||||
command: top
|
command: top
|
||||||
|
|
Loading…
Reference in New Issue