We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1436ec2 commit 1e1bbd3Copy full SHA for 1e1bbd3
api/src/test/java/io/kafbat/ui/AbstractIntegrationTest.java
@@ -38,7 +38,7 @@ public abstract class AbstractIntegrationTest {
38
private static final boolean IS_ARM =
39
System.getProperty("os.arch").contains("arm") || System.getProperty("os.arch").contains("aarch64");
40
41
- private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.8.0.arm64" : "7.8.0";
+ private static final String CONFLUENT_PLATFORM_VERSION = IS_ARM ? "7.4.8.arm64" : "7.4.8";
42
43
public static final KafkaContainer kafka = new KafkaContainer(
44
DockerImageName.parse("confluentinc/cp-kafka").withTag(CONFLUENT_PLATFORM_VERSION))
0 commit comments