Skip to content

Commit

Permalink
Actually use native image
Browse files Browse the repository at this point in the history
  • Loading branch information
SukharevAndrey committed Jan 27, 2025
1 parent 6c742a6 commit aca308c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Testcontainers.Kafka;
public class ApacheKafkaContainerTests
{
private const string ApacheKafkaImage = "apache/kafka:3.7.2";
private const string ApacheNativeKafkaImage = "apache/kafka:3.7.2";
private const string ApacheNativeKafkaImage = "apache/kafka-native:3.9.0";

[Fact]
[Trait(nameof(DockerCli.DockerPlatform), nameof(DockerCli.DockerPlatform.Linux))]
Expand Down

0 comments on commit aca308c

Please sign in to comment.