From de49bea77474ecee543086b3a9e5d6b26c64bd0b Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Fri, 12 Aug 2022 23:04:33 +0530 Subject: [PATCH] Try changing package used to avoid any race condition in tests Signed-off-by: Vedant Koditkar --- .../compose-pull/image-present-locally/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/e2e/fixtures/compose-pull/image-present-locally/docker-compose.yaml b/pkg/e2e/fixtures/compose-pull/image-present-locally/docker-compose.yaml index a39434d35..1ea2585a6 100644 --- a/pkg/e2e/fixtures/compose-pull/image-present-locally/docker-compose.yaml +++ b/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