Skip to content

Commit cd726b2

Browse files
committed
Switch to a Hazelcast container that works on latest ARM CPUs
Closes gh-44838
1 parent ba3de2b commit cd726b2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public enum TestImage {
128128
/**
129129
* A container image suitable for testing Hazelcast.
130130
*/
131-
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim", () -> HazelcastContainer.class),
131+
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim-jdk17", () -> HazelcastContainer.class),
132132

133133
/**
134134
* A container image suitable for testing Confluent's distribution of Kafka.

0 commit comments

Comments
 (0)