Browse Source

Try changing package used to avoid any race condition in tests

Signed-off-by: Vedant Koditkar <[email protected]>
Vedant Koditkar 3 years ago
parent
commit
de49bea774

+ 1 - 1
pkg/e2e/fixtures/compose-pull/image-present-locally/docker-compose.yaml

@@ -1,4 +1,4 @@
 services:
   simple:
-    image: alpine
+    image: alpine:3.13
     command: top