Skip to content

Commit

Permalink
fix: redpanda docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ademekici committed Sep 19, 2024
1 parent c45b273 commit 33a0f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 33a0f06

Please sign in to comment.