浏览代码

Try changing package used to avoid any race condition in tests

Signed-off-by: Vedant Koditkar <[email protected]>
Vedant Koditkar 3 年之前
父节点
当前提交
de49bea774
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/e2e/fixtures/compose-pull/image-present-locally/docker-compose.yaml

+ 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