From 33a0f06e7d45f366b3c80a6f413dce2a58b5f996 Mon Sep 17 00:00:00 2001 From: "adem.ekici" Date: Thu, 19 Sep 2024 18:24:32 +0300 Subject: [PATCH] fix: redpanda docker image --- test/integration/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/docker-compose.yml b/test/integration/docker-compose.yml index 351658a..b62f977 100644 --- a/test/integration/docker-compose.yml +++ b/test/integration/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: redpanda: - image: docker.redpanda.com/redpandadata/redpanda:v23.3.9-arm64 #for m1 => v23.3.9-arm64 + image: docker.redpanda.com/redpandadata/redpanda:v23.3.9-amd64 #for m1 => v23.3.9-arm64 container_name: redpanda-1 command: - redpanda